Shades of Spring Rain #ACCC9D
Tints of Spring Rain #ACCC9D
RGB
CMYK
RGB Variations
Color information
#ACCC9D (or 0xACCC9D) is known color: Spring Rain. HEX triplet: AC, CC and 9D. RGB value is (172,204,157). Sum of RGB (Red+Green+Blue) = 172+204+157=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCC9D is #533362. Grayscale: #BDBDBD. Windows color (decimal): -5452643 or 10341548. OLE color: 10341548.
HSL color Cylindrical-coordinate representation of color #ACCC9D: hue angle of 100.85º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACCC9D is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 157 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.2 |
| HSL | 100.85º | 0.32% | 0.71% | - |
| HSV(B) | 100.85º | 0.23% | 0.8% | - |
| XYZ | 44.69 | 54.39 | 40.04 | - |
| YUV | 189.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 157 | 0.16 | 0 | 0.23 | 0.2 | 100.85 | 0.32 | 0.71 |
| Hex | AC | CC | 9D | 10 | 0 | 17 | 14 | 65 | 20 | 47 |
| Octal | 254 | 314 | 235 | 20 | 0 | 27 | 24 | 145 | 40 | 107 |
| Binary | 10101100 | 11001100 | 10011101 | 10000 | 0 | 10111 | 10100 | 1100101 | 100000 | 1000111 |
Color Harmonies of #ACCC9D
Complementary color
Monochromatic Colors of #ACCC9D
Black with #ACCC9D
Text Example
Text Example
White with #ACCC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC9D; }
p { color: rgb(172,204,157); }
H1.HeaderClassName
{
color: #ACCC9D;
}
.AnyTagClassName
{
color: #ACCC9D;
}
</style>
background-color css
<style>
a { background-color: #ACCC9D; }
a { background-color: rgb(172,204,157); }
div.DivClassName
{
background-color: #ACCC9D;
}
.BgClassName
{
background-color: #ACCC9D;
}
</style>
border-color css
<style>
span { border-color: #ACCC9D; }
span { border-color: rgb(172,204,157); }
td.TdClassName
{
border-color: #ACCC9D;
}
.TagClassName
{
border-color: #ACCC9D;
}
</style>