Shades of Spring Rain #ACCAA4
Tints of Spring Rain #ACCAA4
RGB
CMYK
RGB Variations
Color information
#ACCAA4 (or 0xACCAA4) is known color: Spring Rain. HEX triplet: AC, CA and A4. RGB value is (172,202,164). Sum of RGB (Red+Green+Blue) = 172+202+164=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCAA4 is #53355B. Grayscale: #BCBCBC. Windows color (decimal): -5453148 or 10799788. OLE color: 10799788.
HSL color Cylindrical-coordinate representation of color #ACCAA4: hue angle of 107.37º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACCAA4 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 202 | 164 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.21 |
| HSL | 107.37º | 0.26% | 0.72% | - |
| HSV(B) | 107.37º | 0.19% | 0.79% | - |
| XYZ | 44.83 | 53.69 | 43.12 | - |
| YUV | 188.7 | 114.06 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 202 | 164 | 0.15 | 0 | 0.19 | 0.21 | 107.37 | 0.26 | 0.72 |
| Hex | AC | CA | A4 | F | 0 | 13 | 15 | 6B | 1A | 48 |
| Octal | 254 | 312 | 244 | 17 | 0 | 23 | 25 | 153 | 32 | 110 |
| Binary | 10101100 | 11001010 | 10100100 | 1111 | 0 | 10011 | 10101 | 1101011 | 11010 | 1001000 |
Color Harmonies of #ACCAA4
Complementary color
Monochromatic Colors of #ACCAA4
Black with #ACCAA4
Text Example
Text Example
White with #ACCAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCAA4; }
p { color: rgb(172,202,164); }
H1.HeaderClassName
{
color: #ACCAA4;
}
.AnyTagClassName
{
color: #ACCAA4;
}
</style>
background-color css
<style>
a { background-color: #ACCAA4; }
a { background-color: rgb(172,202,164); }
div.DivClassName
{
background-color: #ACCAA4;
}
.BgClassName
{
background-color: #ACCAA4;
}
</style>
border-color css
<style>
span { border-color: #ACCAA4; }
span { border-color: rgb(172,202,164); }
td.TdClassName
{
border-color: #ACCAA4;
}
.TagClassName
{
border-color: #ACCAA4;
}
</style>