Shades of Spring Rain #AACF9F
Tints of Spring Rain #AACF9F
RGB
CMYK
RGB Variations
Color information
#AACF9F (or 0xAACF9F) is known color: Spring Rain. HEX triplet: AA, CF and 9F. RGB value is (170,207,159). Sum of RGB (Red+Green+Blue) = 170+207+159=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACF9F is #553060. Grayscale: #BEBEBE. Windows color (decimal): -5582945 or 10473386. OLE color: 10473386.
HSL color Cylindrical-coordinate representation of color #AACF9F: hue angle of 106.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AACF9F is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 159 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.19 |
| HSL | 106.25º | 0.33% | 0.72% | - |
| HSV(B) | 106.25º | 0.23% | 0.81% | - |
| XYZ | 45.15 | 55.67 | 41.17 | - |
| YUV | 190.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 159 | 0.18 | 0 | 0.23 | 0.19 | 106.25 | 0.33 | 0.72 |
| Hex | AA | CF | 9F | 12 | 0 | 17 | 13 | 6A | 21 | 48 |
| Octal | 252 | 317 | 237 | 22 | 0 | 27 | 23 | 152 | 41 | 110 |
| Binary | 10101010 | 11001111 | 10011111 | 10010 | 0 | 10111 | 10011 | 1101010 | 100001 | 1001000 |
Color Harmonies of #AACF9F
Complementary color
Monochromatic Colors of #AACF9F
Black with #AACF9F
Text Example
Text Example
White with #AACF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF9F; }
p { color: rgb(170,207,159); }
H1.HeaderClassName
{
color: #AACF9F;
}
.AnyTagClassName
{
color: #AACF9F;
}
</style>
background-color css
<style>
a { background-color: #AACF9F; }
a { background-color: rgb(170,207,159); }
div.DivClassName
{
background-color: #AACF9F;
}
.BgClassName
{
background-color: #AACF9F;
}
</style>
border-color css
<style>
span { border-color: #AACF9F; }
span { border-color: rgb(170,207,159); }
td.TdClassName
{
border-color: #AACF9F;
}
.TagClassName
{
border-color: #AACF9F;
}
</style>