Shades of Spring Rain #A8CA9A
Tints of Spring Rain #A8CA9A
RGB
CMYK
RGB Variations
Color information
#A8CA9A (or 0xA8CA9A) is known color: Spring Rain. HEX triplet: A8, CA and 9A. RGB value is (168,202,154). Sum of RGB (Red+Green+Blue) = 168+202+154=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CA9A is #573565. Grayscale: #BABABA. Windows color (decimal): -5715302 or 10144424. OLE color: 10144424.
HSL color Cylindrical-coordinate representation of color #A8CA9A: hue angle of 102.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8CA9A is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 154 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.21 |
| HSL | 102.5º | 0.31% | 0.7% | - |
| HSV(B) | 102.5º | 0.24% | 0.79% | - |
| XYZ | 43.1 | 52.9 | 38.51 | - |
| YUV | 186.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 154 | 0.17 | 0 | 0.24 | 0.21 | 102.5 | 0.31 | 0.7 |
| Hex | A8 | CA | 9A | 11 | 0 | 18 | 15 | 66 | 1F | 46 |
| Octal | 250 | 312 | 232 | 21 | 0 | 30 | 25 | 146 | 37 | 106 |
| Binary | 10101000 | 11001010 | 10011010 | 10001 | 0 | 11000 | 10101 | 1100110 | 11111 | 1000110 |
Color Harmonies of #A8CA9A
Complementary color
Monochromatic Colors of #A8CA9A
Black with #A8CA9A
Text Example
Text Example
White with #A8CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA9A; }
p { color: rgb(168,202,154); }
H1.HeaderClassName
{
color: #A8CA9A;
}
.AnyTagClassName
{
color: #A8CA9A;
}
</style>
background-color css
<style>
a { background-color: #A8CA9A; }
a { background-color: rgb(168,202,154); }
div.DivClassName
{
background-color: #A8CA9A;
}
.BgClassName
{
background-color: #A8CA9A;
}
</style>
border-color css
<style>
span { border-color: #A8CA9A; }
span { border-color: rgb(168,202,154); }
td.TdClassName
{
border-color: #A8CA9A;
}
.TagClassName
{
border-color: #A8CA9A;
}
</style>