Shades of Spring Rain #ACCCA2
Tints of Spring Rain #ACCCA2
RGB
CMYK
RGB Variations
Color information
#ACCCA2 (or 0xACCCA2) is known color: Spring Rain. HEX triplet: AC, CC and A2. RGB value is (172,204,162). Sum of RGB (Red+Green+Blue) = 172+204+162=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCCA2 is #53335D. Grayscale: #BDBDBD. Windows color (decimal): -5452638 or 10669228. OLE color: 10669228.
HSL color Cylindrical-coordinate representation of color #ACCCA2: hue angle of 105.71º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACCCA2 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 172 | 204 | 162 | - |
CMYK | 0.16 | 0 | 0.21 | 0.2 |
HSL | 105.71º | 0.29% | 0.72% | - |
HSV(B) | 105.71º | 0.21% | 0.8% | - |
XYZ | 45.13 | 54.57 | 42.34 | - |
YUV | 189.64 | 112.4 | 115.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 204 | 162 | 0.16 | 0 | 0.21 | 0.2 | 105.71 | 0.29 | 0.72 |
Hex | AC | CC | A2 | 10 | 0 | 15 | 14 | 6A | 1D | 48 |
Octal | 254 | 314 | 242 | 20 | 0 | 25 | 24 | 152 | 35 | 110 |
Binary | 10101100 | 11001100 | 10100010 | 10000 | 0 | 10101 | 10100 | 1101010 | 11101 | 1001000 |
Color Harmonies of #ACCCA2
Complementary color
Monochromatic Colors of #ACCCA2
Black with #ACCCA2
Text Example
Text Example
White with #ACCCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCA2; }
p { color: rgb(172,204,162); }
H1.HeaderClassName
{
color: #ACCCA2;
}
.AnyTagClassName
{
color: #ACCCA2;
}
</style>
background-color css
<style>
a { background-color: #ACCCA2; }
a { background-color: rgb(172,204,162); }
div.DivClassName
{
background-color: #ACCCA2;
}
.BgClassName
{
background-color: #ACCCA2;
}
</style>
border-color css
<style>
span { border-color: #ACCCA2; }
span { border-color: rgb(172,204,162); }
td.TdClassName
{
border-color: #ACCCA2;
}
.TagClassName
{
border-color: #ACCCA2;
}
</style>