Shades of Spring Rain #A9CC98
Tints of Spring Rain #A9CC98
RGB
CMYK
RGB Variations
Color information
#A9CC98 (or 0xA9CC98) is known color: Spring Rain. HEX triplet: A9, CC and 98. RGB value is (169,204,152). Sum of RGB (Red+Green+Blue) = 169+204+152=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CC98 is #563367. Grayscale: #BBBBBB. Windows color (decimal): -5649256 or 10013865. OLE color: 10013865.
HSL color Cylindrical-coordinate representation of color #A9CC98: hue angle of 100.38º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9CC98 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 204 | 152 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.2 |
| HSL | 100.38º | 0.34% | 0.7% | - |
| HSV(B) | 100.38º | 0.25% | 0.8% | - |
| XYZ | 43.62 | 53.89 | 37.81 | - |
| YUV | 187.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 204 | 152 | 0.17 | 0 | 0.25 | 0.2 | 100.38 | 0.34 | 0.7 |
| Hex | A9 | CC | 98 | 11 | 0 | 19 | 14 | 64 | 22 | 46 |
| Octal | 251 | 314 | 230 | 21 | 0 | 31 | 24 | 144 | 42 | 106 |
| Binary | 10101001 | 11001100 | 10011000 | 10001 | 0 | 11001 | 10100 | 1100100 | 100010 | 1000110 |
Color Harmonies of #A9CC98
Complementary color
Monochromatic Colors of #A9CC98
Black with #A9CC98
Text Example
Text Example
White with #A9CC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CC98; }
p { color: rgb(169,204,152); }
H1.HeaderClassName
{
color: #A9CC98;
}
.AnyTagClassName
{
color: #A9CC98;
}
</style>
background-color css
<style>
a { background-color: #A9CC98; }
a { background-color: rgb(169,204,152); }
div.DivClassName
{
background-color: #A9CC98;
}
.BgClassName
{
background-color: #A9CC98;
}
</style>
border-color css
<style>
span { border-color: #A9CC98; }
span { border-color: rgb(169,204,152); }
td.TdClassName
{
border-color: #A9CC98;
}
.TagClassName
{
border-color: #A9CC98;
}
</style>