Shades of Spring Rain #ACCFA0
Tints of Spring Rain #ACCFA0
RGB
CMYK
RGB Variations
Color information
#ACCFA0 (or 0xACCFA0) is known color: Spring Rain. HEX triplet: AC, CF and A0. RGB value is (172,207,160). Sum of RGB (Red+Green+Blue) = 172+207+160=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCFA0 is #53305F. Grayscale: #BFBFBF. Windows color (decimal): -5451872 or 10538924. OLE color: 10538924.
HSL color Cylindrical-coordinate representation of color #ACCFA0: hue angle of 104.68º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACCFA0 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 160 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.19 |
| HSL | 104.68º | 0.33% | 0.72% | - |
| HSV(B) | 104.68º | 0.23% | 0.81% | - |
| XYZ | 45.67 | 55.93 | 41.65 | - |
| YUV | 191.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 160 | 0.17 | 0 | 0.23 | 0.19 | 104.68 | 0.33 | 0.72 |
| Hex | AC | CF | A0 | 11 | 0 | 17 | 13 | 69 | 21 | 48 |
| Octal | 254 | 317 | 240 | 21 | 0 | 27 | 23 | 151 | 41 | 110 |
| Binary | 10101100 | 11001111 | 10100000 | 10001 | 0 | 10111 | 10011 | 1101001 | 100001 | 1001000 |
Color Harmonies of #ACCFA0
Complementary color
Monochromatic Colors of #ACCFA0
Black with #ACCFA0
Text Example
Text Example
White with #ACCFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFA0; }
p { color: rgb(172,207,160); }
H1.HeaderClassName
{
color: #ACCFA0;
}
.AnyTagClassName
{
color: #ACCFA0;
}
</style>
background-color css
<style>
a { background-color: #ACCFA0; }
a { background-color: rgb(172,207,160); }
div.DivClassName
{
background-color: #ACCFA0;
}
.BgClassName
{
background-color: #ACCFA0;
}
</style>
border-color css
<style>
span { border-color: #ACCFA0; }
span { border-color: rgb(172,207,160); }
td.TdClassName
{
border-color: #ACCFA0;
}
.TagClassName
{
border-color: #ACCFA0;
}
</style>