Shades of Spring Rain #AACC9B
Tints of Spring Rain #AACC9B
RGB
CMYK
RGB Variations
Color information
#AACC9B (or 0xAACC9B) is known color: Spring Rain. HEX triplet: AA, CC and 9B. RGB value is (170,204,155). Sum of RGB (Red+Green+Blue) = 170+204+155=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC9B is #553364. Grayscale: #BCBCBC. Windows color (decimal): -5583717 or 10210474. OLE color: 10210474.
HSL color Cylindrical-coordinate representation of color #AACC9B: hue angle of 101.63º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AACC9B is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 155 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.2 |
| HSL | 101.63º | 0.32% | 0.7% | - |
| HSV(B) | 101.63º | 0.24% | 0.8% | - |
| XYZ | 44.09 | 54.1 | 39.13 | - |
| YUV | 188.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 155 | 0.17 | 0 | 0.24 | 0.2 | 101.63 | 0.32 | 0.7 |
| Hex | AA | CC | 9B | 11 | 0 | 18 | 14 | 66 | 20 | 46 |
| Octal | 252 | 314 | 233 | 21 | 0 | 30 | 24 | 146 | 40 | 106 |
| Binary | 10101010 | 11001100 | 10011011 | 10001 | 0 | 11000 | 10100 | 1100110 | 100000 | 1000110 |
Color Harmonies of #AACC9B
Complementary color
Monochromatic Colors of #AACC9B
Black with #AACC9B
Text Example
Text Example
White with #AACC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC9B; }
p { color: rgb(170,204,155); }
H1.HeaderClassName
{
color: #AACC9B;
}
.AnyTagClassName
{
color: #AACC9B;
}
</style>
background-color css
<style>
a { background-color: #AACC9B; }
a { background-color: rgb(170,204,155); }
div.DivClassName
{
background-color: #AACC9B;
}
.BgClassName
{
background-color: #AACC9B;
}
</style>
border-color css
<style>
span { border-color: #AACC9B; }
span { border-color: rgb(170,204,155); }
td.TdClassName
{
border-color: #AACC9B;
}
.TagClassName
{
border-color: #AACC9B;
}
</style>