Shades of Spring Rain #ACCFA2
Tints of Spring Rain #ACCFA2
RGB
CMYK
RGB Variations
Color information
#ACCFA2 (or 0xACCFA2) is known color: Spring Rain. HEX triplet: AC, CF and A2. RGB value is (172,207,162). Sum of RGB (Red+Green+Blue) = 172+207+162=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCFA2 is #53305D. Grayscale: #BFBFBF. Windows color (decimal): -5451870 or 10669996. OLE color: 10669996.
HSL color Cylindrical-coordinate representation of color #ACCFA2: hue angle of 106.67º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACCFA2 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 162 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.19 |
| HSL | 106.67º | 0.32% | 0.72% | - |
| HSV(B) | 106.67º | 0.22% | 0.81% | - |
| XYZ | 45.85 | 56 | 42.58 | - |
| YUV | 191.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 162 | 0.17 | 0 | 0.22 | 0.19 | 106.67 | 0.32 | 0.72 |
| Hex | AC | CF | A2 | 11 | 0 | 16 | 13 | 6B | 20 | 48 |
| Octal | 254 | 317 | 242 | 21 | 0 | 26 | 23 | 153 | 40 | 110 |
| Binary | 10101100 | 11001111 | 10100010 | 10001 | 0 | 10110 | 10011 | 1101011 | 100000 | 1001000 |
Color Harmonies of #ACCFA2
Complementary color
Monochromatic Colors of #ACCFA2
Black with #ACCFA2
Text Example
Text Example
White with #ACCFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFA2; }
p { color: rgb(172,207,162); }
H1.HeaderClassName
{
color: #ACCFA2;
}
.AnyTagClassName
{
color: #ACCFA2;
}
</style>
background-color css
<style>
a { background-color: #ACCFA2; }
a { background-color: rgb(172,207,162); }
div.DivClassName
{
background-color: #ACCFA2;
}
.BgClassName
{
background-color: #ACCFA2;
}
</style>
border-color css
<style>
span { border-color: #ACCFA2; }
span { border-color: rgb(172,207,162); }
td.TdClassName
{
border-color: #ACCFA2;
}
.TagClassName
{
border-color: #ACCFA2;
}
</style>