COLOR #A1CC98

HEX: #A1CC98
RGB: (161,204,152)

Color info

#A1CC98 contains red, green and blue colors in about the same proportion. Web safe color of #A1CC98 is #99CC99 (or #9C9).

RGB color model

#A1CC98 color RGB value is (161,204,152).

  • red value is 161;
  • green value is 204;
  • blue value is 152.
RGB:
(161,204,152)
(63%,80%,60%)

RGB channels and saturation

R 161 of 255 = 63%
G 204 of 255 = 80%
B 152 of 255 = 60%

161
204
152

R + G + B ~ 68%. #A1CC98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 204 + 152 = 517 (100%)
R 161 of 517 ~ 31.14%
G 204 of 517 ~ 39.46%
B 152 of 517 ~ 29.4%

%31.14
%39.46
%29.4

CMYK color model

#A1CC98 color CMYK value is (21,0,25,20).

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 25.49%
  • key color value is 20.00%
CMYK:
(21,0,25,20)
C21M0Y25K20 
(21%,0%,25%,20%)
(0.21/0.00/0.25/0.20)	

CMYK percentages

%21.08
%0
%25.49
%20

Codes

Color #A1CC98 in popluar color models

A1CC98
RGB161204152
HSL110°33.77%69.80%
HSB/HSV110°25.49%80.00%
CMYK21.08%0.00%25.49%
20.00%

Color #A1CC98 in popluar number systems.

HEXA1CC98
Decimal161204152
Binary101000011100110010011000
Octal241314230

Shades and tints

Shades of #A1CC98

#A1CC98
(161,204,152)
#93BA8B
(147,186,139)
#85A87E
(133,168,126)
#779671
(119,150,113)
#698464
(105,132,100)
#5B7257
(91,114,87)
#4D604A
(77,96,74)
#3F4E3D
(63,78,61)
#313C30
(49,60,48)
#232A23
(35,42,35)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #A1CC98

#A1CC98
(161,204,152)
#A9D0A1
(169,208,161)
#B1D4AA
(177,212,170)
#B9D8B3
(185,216,179)
#C1DCBC
(193,220,188)
#C9E0C5
(201,224,197)
#D1E4CE
(209,228,206)
#D9E8D7
(217,232,215)
#E1ECE0
(225,236,224)
#E9F0E9
(233,240,233)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1CC98 color. Also use rgb(161,204,152) instead hex code.

Text Font Color

.myTextColor { color: #A1CC98; }

<p style="color:#A1CC98">This sample text font color is #A1CC98.</p>

This text font color is #A1CC98.


Background Color

.myBgColor { background-color: #A1CC98; }

<div style="background-color:#A1CC98">Inner text</div>

This div background color is #A1CC98.


Border color

.myBorderColor { border: 1px solid #A1CC98; }

<div style="border:3px solid #A1CC98">Div</div>

This div border color is #A1CC98.


Opacity

.myOpacity80 { color: #A1CC98; opacity: 0.8; }

<p style="color:#A1CC98;opacity:0.8;">80%</p>

Text with #A1CC98 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A1CC98;}

<p style="text-shadow: 3px 3px 1px #A1CC98">Text here.</p>

This text has shadow with #A1CC98 color.

.textShadow {text-shadow: 3px 3px 1px #A1CC98, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A1CC98, 5px 5px 20px red">Text here.</p>

This text has shadow with #A1CC98 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A1CC98, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A1CC98, Direction=45, Strength=4)">Text</p>

This text has shadow with #A1CC98 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A1CC98;
  -webkit-box-shadow:	1px 1px 3px 2px #A1CC98;
  box-shadow:		1px 1px 3px 2px #A1CC98;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A1CC98;
-webkit-box-shadow: 1px 1px 3px 2px #A1CC98;
box-shadow:1px 1px 3px 2px #A1CC98;">
Div content here</div>
This div box has shadow with color #A1CC98.

Preview

Color preview on black background

This text has color #A1CC98 on black background.


Color preview on white background

This text has color #A1CC98 on white background.



Black color preview on #A1CC98 background

This text has black color on #A1CC98 background.


White color preview on #A1CC98 background

This text has white color on #A1CC98 background.