Shades of Spring Rain #AAC998
Tints of Spring Rain #AAC998
RGB
CMYK
RGB Variations
Color information
#AAC998 (or 0xAAC998) is known color: Spring Rain. HEX triplet: AA, C9 and 98. RGB value is (170,201,152). Sum of RGB (Red+Green+Blue) = 170+201+152=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC998 is #553667. Grayscale: #BABABA. Windows color (decimal): -5584488 or 10013098. OLE color: 10013098.
HSL color Cylindrical-coordinate representation of color #AAC998: hue angle of 97.96º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAC998 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 152 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.21 |
| HSL | 97.96º | 0.31% | 0.69% | - |
| HSV(B) | 97.96º | 0.24% | 0.79% | - |
| XYZ | 43.13 | 52.59 | 37.58 | - |
| YUV | 186.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 152 | 0.15 | 0 | 0.24 | 0.21 | 97.96 | 0.31 | 0.69 |
| Hex | AA | C9 | 98 | F | 0 | 18 | 15 | 62 | 1F | 45 |
| Octal | 252 | 311 | 230 | 17 | 0 | 30 | 25 | 142 | 37 | 105 |
| Binary | 10101010 | 11001001 | 10011000 | 1111 | 0 | 11000 | 10101 | 1100010 | 11111 | 1000101 |
Color Harmonies of #AAC998
Complementary color
Monochromatic Colors of #AAC998
Black with #AAC998
Text Example
Text Example
White with #AAC998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC998; }
p { color: rgb(170,201,152); }
H1.HeaderClassName
{
color: #AAC998;
}
.AnyTagClassName
{
color: #AAC998;
}
</style>
background-color css
<style>
a { background-color: #AAC998; }
a { background-color: rgb(170,201,152); }
div.DivClassName
{
background-color: #AAC998;
}
.BgClassName
{
background-color: #AAC998;
}
</style>
border-color css
<style>
span { border-color: #AAC998; }
span { border-color: rgb(170,201,152); }
td.TdClassName
{
border-color: #AAC998;
}
.TagClassName
{
border-color: #AAC998;
}
</style>