Shades of Spring Rain #AAC09E
Tints of Spring Rain #AAC09E
RGB
CMYK
RGB Variations
Color information
#AAC09E (or 0xAAC09E) is known color: Spring Rain. HEX triplet: AA, C0 and 9E. RGB value is (170,192,158). Sum of RGB (Red+Green+Blue) = 170+192+158=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC09E is #553F61. Grayscale: #B5B5B5. Windows color (decimal): -5586786 or 10404010. OLE color: 10404010.
HSL color Cylindrical-coordinate representation of color #AAC09E: hue angle of 98.82º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAC09E is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 158 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.25 |
| HSL | 98.82º | 0.21% | 0.69% | - |
| HSV(B) | 98.82º | 0.18% | 0.75% | - |
| XYZ | 41.6 | 48.71 | 39.56 | - |
| YUV | 181.55 | 114.71 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 158 | 0.11 | 0 | 0.18 | 0.25 | 98.82 | 0.21 | 0.69 |
| Hex | AA | C0 | 9E | B | 0 | 12 | 19 | 63 | 15 | 45 |
| Octal | 252 | 300 | 236 | 13 | 0 | 22 | 31 | 143 | 25 | 105 |
| Binary | 10101010 | 11000000 | 10011110 | 1011 | 0 | 10010 | 11001 | 1100011 | 10101 | 1000101 |
Color Harmonies of #AAC09E
Complementary color
Monochromatic Colors of #AAC09E
Black with #AAC09E
Text Example
Text Example
White with #AAC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC09E; }
p { color: rgb(170,192,158); }
H1.HeaderClassName
{
color: #AAC09E;
}
.AnyTagClassName
{
color: #AAC09E;
}
</style>
background-color css
<style>
a { background-color: #AAC09E; }
a { background-color: rgb(170,192,158); }
div.DivClassName
{
background-color: #AAC09E;
}
.BgClassName
{
background-color: #AAC09E;
}
</style>
border-color css
<style>
span { border-color: #AAC09E; }
span { border-color: rgb(170,192,158); }
td.TdClassName
{
border-color: #AAC09E;
}
.TagClassName
{
border-color: #AAC09E;
}
</style>