Shades of Spring Rain #A9CA9E
Tints of Spring Rain #A9CA9E
RGB
CMYK
RGB Variations
Color information
#A9CA9E (or 0xA9CA9E) is known color: Spring Rain. HEX triplet: A9, CA and 9E. RGB value is (169,202,158). Sum of RGB (Red+Green+Blue) = 169+202+158=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CA9E is #563561. Grayscale: #BBBBBB. Windows color (decimal): -5649762 or 10406569. OLE color: 10406569.
HSL color Cylindrical-coordinate representation of color #A9CA9E: hue angle of 105º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9CA9E is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 158 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.21 |
| HSL | 105º | 0.29% | 0.71% | - |
| HSV(B) | 105º | 0.22% | 0.79% | - |
| XYZ | 43.65 | 53.14 | 40.3 | - |
| YUV | 187.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 158 | 0.16 | 0 | 0.22 | 0.21 | 105 | 0.29 | 0.71 |
| Hex | A9 | CA | 9E | 10 | 0 | 16 | 15 | 69 | 1D | 47 |
| Octal | 251 | 312 | 236 | 20 | 0 | 26 | 25 | 151 | 35 | 107 |
| Binary | 10101001 | 11001010 | 10011110 | 10000 | 0 | 10110 | 10101 | 1101001 | 11101 | 1000111 |
Color Harmonies of #A9CA9E
Complementary color
Monochromatic Colors of #A9CA9E
Black with #A9CA9E
Text Example
Text Example
White with #A9CA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CA9E; }
p { color: rgb(169,202,158); }
H1.HeaderClassName
{
color: #A9CA9E;
}
.AnyTagClassName
{
color: #A9CA9E;
}
</style>
background-color css
<style>
a { background-color: #A9CA9E; }
a { background-color: rgb(169,202,158); }
div.DivClassName
{
background-color: #A9CA9E;
}
.BgClassName
{
background-color: #A9CA9E;
}
</style>
border-color css
<style>
span { border-color: #A9CA9E; }
span { border-color: rgb(169,202,158); }
td.TdClassName
{
border-color: #A9CA9E;
}
.TagClassName
{
border-color: #A9CA9E;
}
</style>