Shades of Spring Rain #A8C996
Tints of Spring Rain #A8C996
RGB
CMYK
RGB Variations
Color information
#A8C996 (or 0xA8C996) is known color: Spring Rain. HEX triplet: A8, C9 and 96. RGB value is (168,201,150). Sum of RGB (Red+Green+Blue) = 168+201+150=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C996 is #573669. Grayscale: #B9B9B9. Windows color (decimal): -5715562 or 9882024. OLE color: 9882024.
HSL color Cylindrical-coordinate representation of color #A8C996: hue angle of 98.82º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8C996 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 150 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.21 |
| HSL | 98.82º | 0.32% | 0.69% | - |
| HSV(B) | 98.82º | 0.25% | 0.79% | - |
| XYZ | 42.54 | 52.3 | 36.71 | - |
| YUV | 185.32 | 108.07 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 150 | 0.16 | 0 | 0.25 | 0.21 | 98.82 | 0.32 | 0.69 |
| Hex | A8 | C9 | 96 | 10 | 0 | 19 | 15 | 63 | 20 | 45 |
| Octal | 250 | 311 | 226 | 20 | 0 | 31 | 25 | 143 | 40 | 105 |
| Binary | 10101000 | 11001001 | 10010110 | 10000 | 0 | 11001 | 10101 | 1100011 | 100000 | 1000101 |
Color Harmonies of #A8C996
Complementary color
Monochromatic Colors of #A8C996
Black with #A8C996
Text Example
Text Example
White with #A8C996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C996; }
p { color: rgb(168,201,150); }
H1.HeaderClassName
{
color: #A8C996;
}
.AnyTagClassName
{
color: #A8C996;
}
</style>
background-color css
<style>
a { background-color: #A8C996; }
a { background-color: rgb(168,201,150); }
div.DivClassName
{
background-color: #A8C996;
}
.BgClassName
{
background-color: #A8C996;
}
</style>
border-color css
<style>
span { border-color: #A8C996; }
span { border-color: rgb(168,201,150); }
td.TdClassName
{
border-color: #A8C996;
}
.TagClassName
{
border-color: #A8C996;
}
</style>