Shades of Spring Rain #ACC49C
Tints of Spring Rain #ACC49C
RGB
CMYK
RGB Variations
Color information
#ACC49C (or 0xACC49C) is known color: Spring Rain. HEX triplet: AC, C4 and 9C. RGB value is (172,196,156). Sum of RGB (Red+Green+Blue) = 172+196+156=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC49C is #533B63. Grayscale: #B8B8B8. Windows color (decimal): -5454692 or 10273964. OLE color: 10273964.
HSL color Cylindrical-coordinate representation of color #ACC49C: hue angle of 96º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACC49C is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 156 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.23 |
| HSL | 96º | 0.25% | 0.69% | - |
| HSV(B) | 96º | 0.2% | 0.77% | - |
| XYZ | 42.75 | 50.65 | 38.98 | - |
| YUV | 184.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 156 | 0.12 | 0 | 0.20 | 0.23 | 96 | 0.25 | 0.69 |
| Hex | AC | C4 | 9C | C | 0 | 14 | 17 | 60 | 19 | 45 |
| Octal | 254 | 304 | 234 | 14 | 0 | 24 | 27 | 140 | 31 | 105 |
| Binary | 10101100 | 11000100 | 10011100 | 1100 | 0 | 10100 | 10111 | 1100000 | 11001 | 1000101 |
Color Harmonies of #ACC49C
Complementary color
Monochromatic Colors of #ACC49C
Black with #ACC49C
Text Example
Text Example
White with #ACC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC49C; }
p { color: rgb(172,196,156); }
H1.HeaderClassName
{
color: #ACC49C;
}
.AnyTagClassName
{
color: #ACC49C;
}
</style>
background-color css
<style>
a { background-color: #ACC49C; }
a { background-color: rgb(172,196,156); }
div.DivClassName
{
background-color: #ACC49C;
}
.BgClassName
{
background-color: #ACC49C;
}
</style>
border-color css
<style>
span { border-color: #ACC49C; }
span { border-color: rgb(172,196,156); }
td.TdClassName
{
border-color: #ACC49C;
}
.TagClassName
{
border-color: #ACC49C;
}
</style>