Shades of Spring Rain #ACD09E
Tints of Spring Rain #ACD09E
RGB
CMYK
RGB Variations
Color information
#ACD09E (or 0xACD09E) is known color: Spring Rain. HEX triplet: AC, D0 and 9E. RGB value is (172,208,158). Sum of RGB (Red+Green+Blue) = 172+208+158=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD09E is #532F61. Grayscale: #BFBFBF. Windows color (decimal): -5451618 or 10408108. OLE color: 10408108.
HSL color Cylindrical-coordinate representation of color #ACD09E: hue angle of 103.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACD09E is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 158 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.18 |
| HSL | 103.2º | 0.35% | 0.72% | - |
| HSV(B) | 103.2º | 0.24% | 0.82% | - |
| XYZ | 45.74 | 56.35 | 40.81 | - |
| YUV | 191.54 | 109.07 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 158 | 0.17 | 0 | 0.24 | 0.18 | 103.2 | 0.35 | 0.72 |
| Hex | AC | D0 | 9E | 11 | 0 | 18 | 12 | 67 | 23 | 48 |
| Octal | 254 | 320 | 236 | 21 | 0 | 30 | 22 | 147 | 43 | 110 |
| Binary | 10101100 | 11010000 | 10011110 | 10001 | 0 | 11000 | 10010 | 1100111 | 100011 | 1001000 |
Color Harmonies of #ACD09E
Complementary color
Monochromatic Colors of #ACD09E
Black with #ACD09E
Text Example
Text Example
White with #ACD09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD09E; }
p { color: rgb(172,208,158); }
H1.HeaderClassName
{
color: #ACD09E;
}
.AnyTagClassName
{
color: #ACD09E;
}
</style>
background-color css
<style>
a { background-color: #ACD09E; }
a { background-color: rgb(172,208,158); }
div.DivClassName
{
background-color: #ACD09E;
}
.BgClassName
{
background-color: #ACD09E;
}
</style>
border-color css
<style>
span { border-color: #ACD09E; }
span { border-color: rgb(172,208,158); }
td.TdClassName
{
border-color: #ACD09E;
}
.TagClassName
{
border-color: #ACD09E;
}
</style>