Shades of Spring Rain #ACD29B
Tints of Spring Rain #ACD29B
RGB
CMYK
RGB Variations
Color information
#ACD29B (or 0xACD29B) is known color: Spring Rain. HEX triplet: AC, D2 and 9B. RGB value is (172,210,155). Sum of RGB (Red+Green+Blue) = 172+210+155=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD29B is #532D64. Grayscale: #C0C0C0. Windows color (decimal): -5451109 or 10212012. OLE color: 10212012.
HSL color Cylindrical-coordinate representation of color #ACD29B: hue angle of 101.45º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD29B is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 155 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.18 |
| HSL | 101.45º | 0.38% | 0.72% | - |
| HSV(B) | 101.45º | 0.26% | 0.82% | - |
| XYZ | 45.98 | 57.23 | 39.63 | - |
| YUV | 192.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 155 | 0.18 | 0 | 0.26 | 0.18 | 101.45 | 0.38 | 0.72 |
| Hex | AC | D2 | 9B | 12 | 0 | 1A | 12 | 65 | 26 | 48 |
| Octal | 254 | 322 | 233 | 22 | 0 | 32 | 22 | 145 | 46 | 110 |
| Binary | 10101100 | 11010010 | 10011011 | 10010 | 0 | 11010 | 10010 | 1100101 | 100110 | 1001000 |
Color Harmonies of #ACD29B
Complementary color
Monochromatic Colors of #ACD29B
Black with #ACD29B
Text Example
Text Example
White with #ACD29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD29B; }
p { color: rgb(172,210,155); }
H1.HeaderClassName
{
color: #ACD29B;
}
.AnyTagClassName
{
color: #ACD29B;
}
</style>
background-color css
<style>
a { background-color: #ACD29B; }
a { background-color: rgb(172,210,155); }
div.DivClassName
{
background-color: #ACD29B;
}
.BgClassName
{
background-color: #ACD29B;
}
</style>
border-color css
<style>
span { border-color: #ACD29B; }
span { border-color: rgb(172,210,155); }
td.TdClassName
{
border-color: #ACD29B;
}
.TagClassName
{
border-color: #ACD29B;
}
</style>