Shades of Spring Rain #A8C99C
Tints of Spring Rain #A8C99C
RGB
CMYK
RGB Variations
Color information
#A8C99C (or 0xA8C99C) is known color: Spring Rain. HEX triplet: A8, C9 and 9C. RGB value is (168,201,156). Sum of RGB (Red+Green+Blue) = 168+201+156=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C99C is #573663. Grayscale: #BABABA. Windows color (decimal): -5715556 or 10275240. OLE color: 10275240.
HSL color Cylindrical-coordinate representation of color #A8C99C: hue angle of 104º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8C99C is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 156 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.21 |
| HSL | 104º | 0.29% | 0.7% | - |
| HSV(B) | 104º | 0.22% | 0.79% | - |
| XYZ | 43.04 | 52.5 | 39.32 | - |
| YUV | 186 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 156 | 0.16 | 0 | 0.22 | 0.21 | 104 | 0.29 | 0.7 |
| Hex | A8 | C9 | 9C | 10 | 0 | 16 | 15 | 68 | 1D | 46 |
| Octal | 250 | 311 | 234 | 20 | 0 | 26 | 25 | 150 | 35 | 106 |
| Binary | 10101000 | 11001001 | 10011100 | 10000 | 0 | 10110 | 10101 | 1101000 | 11101 | 1000110 |
Color Harmonies of #A8C99C
Complementary color
Monochromatic Colors of #A8C99C
Black with #A8C99C
Text Example
Text Example
White with #A8C99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C99C; }
p { color: rgb(168,201,156); }
H1.HeaderClassName
{
color: #A8C99C;
}
.AnyTagClassName
{
color: #A8C99C;
}
</style>
background-color css
<style>
a { background-color: #A8C99C; }
a { background-color: rgb(168,201,156); }
div.DivClassName
{
background-color: #A8C99C;
}
.BgClassName
{
background-color: #A8C99C;
}
</style>
border-color css
<style>
span { border-color: #A8C99C; }
span { border-color: rgb(168,201,156); }
td.TdClassName
{
border-color: #A8C99C;
}
.TagClassName
{
border-color: #A8C99C;
}
</style>