Shades of Spring Rain #A8C99A
Tints of Spring Rain #A8C99A
RGB
CMYK
RGB Variations
Color information
#A8C99A (or 0xA8C99A) is known color: Spring Rain. HEX triplet: A8, C9 and 9A. RGB value is (168,201,154). Sum of RGB (Red+Green+Blue) = 168+201+154=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C99A is #573665. Grayscale: #B9B9B9. Windows color (decimal): -5715558 or 10144168. OLE color: 10144168.
HSL color Cylindrical-coordinate representation of color #A8C99A: hue angle of 102.13º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8C99A is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 201 | 154 | - |
CMYK | 0.16 | 0 | 0.23 | 0.21 |
HSL | 102.13º | 0.3% | 0.7% | - |
HSV(B) | 102.13º | 0.23% | 0.79% | - |
XYZ | 42.87 | 52.43 | 38.43 | - |
YUV | 185.78 | 110.07 | 115.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 201 | 154 | 0.16 | 0 | 0.23 | 0.21 | 102.13 | 0.3 | 0.7 |
Hex | A8 | C9 | 9A | 10 | 0 | 17 | 15 | 66 | 1E | 46 |
Octal | 250 | 311 | 232 | 20 | 0 | 27 | 25 | 146 | 36 | 106 |
Binary | 10101000 | 11001001 | 10011010 | 10000 | 0 | 10111 | 10101 | 1100110 | 11110 | 1000110 |
Color Harmonies of #A8C99A
Complementary color
Monochromatic Colors of #A8C99A
Black with #A8C99A
Text Example
Text Example
White with #A8C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C99A; }
p { color: rgb(168,201,154); }
H1.HeaderClassName
{
color: #A8C99A;
}
.AnyTagClassName
{
color: #A8C99A;
}
</style>
background-color css
<style>
a { background-color: #A8C99A; }
a { background-color: rgb(168,201,154); }
div.DivClassName
{
background-color: #A8C99A;
}
.BgClassName
{
background-color: #A8C99A;
}
</style>
border-color css
<style>
span { border-color: #A8C99A; }
span { border-color: rgb(168,201,154); }
td.TdClassName
{
border-color: #A8C99A;
}
.TagClassName
{
border-color: #A8C99A;
}
</style>