COLOR #A0C399

HEX: #A0C399
RGB: (160,195,153)

Color info

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

RGB color model

#A0C399 color RGB value is (160,195,153).

  • red value is 160;
  • green value is 195;
  • blue value is 153.
RGB:
(160,195,153)
(63%,76%,60%)

RGB channels and saturation

R 160 of 255 = 63%
G 195 of 255 = 76%
B 153 of 255 = 60%

160
195
153

R + G + B ~ 66%. #A0C399 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 195 + 153 = 508 (100%)
R 160 of 508 ~ 31.5%
G 195 of 508 ~ 38.39%
B 153 of 508 ~ 30.12%

%31.5
%38.39
%30.12

CMYK color model

#A0C399 color CMYK value is (18,0,22,24).

  • cyan value is 17.95%
  • magenta value is 0.00%
  • yellow value is 21.54%
  • key color value is 23.53%
CMYK:
(18,0,22,24)
C18M0Y22K24 
(18%,0%,22%,24%)
(0.18/0.00/0.22/0.24)	

CMYK percentages

%17.95
%0
%21.54
%23.53

Codes

Color #A0C399 in popluar color models

A0C399
RGB160195153
HSL110°25.93%68.24%
HSB/HSV110°21.54%76.47%
CMYK17.95%0.00%21.54%
23.53%

Color #A0C399 in popluar number systems.

HEXA0C399
Decimal160195153
Binary101000001100001110011001
Octal240303231

Shades and tints

Shades of #A0C399

#A0C399
(160,195,153)
#92B28C
(146,178,140)
#84A17F
(132,161,127)
#769072
(118,144,114)
#687F65
(104,127,101)
#5A6E58
(90,110,88)
#4C5D4B
(76,93,75)
#3E4C3E
(62,76,62)
#303B31
(48,59,49)
#222A24
(34,42,36)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #A0C399

#A0C399
(160,195,153)
#A8C8A2
(168,200,162)
#B0CDAB
(176,205,171)
#B8D2B4
(184,210,180)
#C0D7BD
(192,215,189)
#C8DCC6
(200,220,198)
#D0E1CF
(208,225,207)
#D8E6D8
(216,230,216)
#E0EBE1
(224,235,225)
#E8F0EA
(232,240,234)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C399 color. Also use rgb(160,195,153) instead hex code.

Text Font Color

.myTextColor { color: #A0C399; }

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

This text font color is #A0C399.


Background Color

.myBgColor { background-color: #A0C399; }

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

This div background color is #A0C399.


Border color

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

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

This div border color is #A0C399.


Opacity

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

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

Text with #A0C399 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 #A0C399;}

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

This text has shadow with #A0C399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C399 on black background.


Color preview on white background

This text has color #A0C399 on white background.



Black color preview on #A0C399 background

This text has black color on #A0C399 background.


White color preview on #A0C399 background

This text has white color on #A0C399 background.