Shades of Spring Rain #A8C09C
Tints of Spring Rain #A8C09C
RGB
CMYK
RGB Variations
Color information
#A8C09C (or 0xA8C09C) is known color: Spring Rain. HEX triplet: A8, C0 and 9C. RGB value is (168,192,156). Sum of RGB (Red+Green+Blue) = 168+192+156=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C09C is #573F63. Grayscale: #B4B4B4. Windows color (decimal): -5717860 or 10272936. OLE color: 10272936.
HSL color Cylindrical-coordinate representation of color #A8C09C: hue angle of 100º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8C09C is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 156 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.25 |
| HSL | 100º | 0.22% | 0.68% | - |
| HSV(B) | 100º | 0.19% | 0.75% | - |
| XYZ | 41 | 48.42 | 38.64 | - |
| YUV | 180.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 156 | 0.12 | 0 | 0.19 | 0.25 | 100 | 0.22 | 0.68 |
| Hex | A8 | C0 | 9C | C | 0 | 13 | 19 | 64 | 16 | 44 |
| Octal | 250 | 300 | 234 | 14 | 0 | 23 | 31 | 144 | 26 | 104 |
| Binary | 10101000 | 11000000 | 10011100 | 1100 | 0 | 10011 | 11001 | 1100100 | 10110 | 1000100 |
Color Harmonies of #A8C09C
Complementary color
Monochromatic Colors of #A8C09C
Black with #A8C09C
Text Example
Text Example
White with #A8C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C09C; }
p { color: rgb(168,192,156); }
H1.HeaderClassName
{
color: #A8C09C;
}
.AnyTagClassName
{
color: #A8C09C;
}
</style>
background-color css
<style>
a { background-color: #A8C09C; }
a { background-color: rgb(168,192,156); }
div.DivClassName
{
background-color: #A8C09C;
}
.BgClassName
{
background-color: #A8C09C;
}
</style>
border-color css
<style>
span { border-color: #A8C09C; }
span { border-color: rgb(168,192,156); }
td.TdClassName
{
border-color: #A8C09C;
}
.TagClassName
{
border-color: #A8C09C;
}
</style>