Shades of Spring Rain #ACCE9B
Tints of Spring Rain #ACCE9B
RGB
CMYK
RGB Variations
Color information
#ACCE9B (or 0xACCE9B) is known color: Spring Rain. HEX triplet: AC, CE and 9B. RGB value is (172,206,155). Sum of RGB (Red+Green+Blue) = 172+206+155=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCE9B is #533164. Grayscale: #BEBEBE. Windows color (decimal): -5452133 or 10210988. OLE color: 10210988.
HSL color Cylindrical-coordinate representation of color #ACCE9B: hue angle of 100º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACCE9B is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 155 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.19 |
| HSL | 100º | 0.34% | 0.71% | - |
| HSV(B) | 100º | 0.25% | 0.81% | - |
| XYZ | 45 | 55.28 | 39.31 | - |
| YUV | 190.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 155 | 0.17 | 0 | 0.25 | 0.19 | 100 | 0.34 | 0.71 |
| Hex | AC | CE | 9B | 11 | 0 | 19 | 13 | 64 | 22 | 47 |
| Octal | 254 | 316 | 233 | 21 | 0 | 31 | 23 | 144 | 42 | 107 |
| Binary | 10101100 | 11001110 | 10011011 | 10001 | 0 | 11001 | 10011 | 1100100 | 100010 | 1000111 |
Color Harmonies of #ACCE9B
Complementary color
Monochromatic Colors of #ACCE9B
Black with #ACCE9B
Text Example
Text Example
White with #ACCE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCE9B; }
p { color: rgb(172,206,155); }
H1.HeaderClassName
{
color: #ACCE9B;
}
.AnyTagClassName
{
color: #ACCE9B;
}
</style>
background-color css
<style>
a { background-color: #ACCE9B; }
a { background-color: rgb(172,206,155); }
div.DivClassName
{
background-color: #ACCE9B;
}
.BgClassName
{
background-color: #ACCE9B;
}
</style>
border-color css
<style>
span { border-color: #ACCE9B; }
span { border-color: rgb(172,206,155); }
td.TdClassName
{
border-color: #ACCE9B;
}
.TagClassName
{
border-color: #ACCE9B;
}
</style>