Shades of Spring Rain #ACD09B
Tints of Spring Rain #ACD09B
RGB
CMYK
RGB Variations
Color information
#ACD09B (or 0xACD09B) is known color: Spring Rain. HEX triplet: AC, D0 and 9B. RGB value is (172,208,155). Sum of RGB (Red+Green+Blue) = 172+208+155=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD09B is #532F64. Grayscale: #BFBFBF. Windows color (decimal): -5451621 or 10211500. OLE color: 10211500.
HSL color Cylindrical-coordinate representation of color #ACD09B: hue angle of 100.75º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACD09B is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 155 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.18 |
| HSL | 100.75º | 0.36% | 0.71% | - |
| HSV(B) | 100.75º | 0.25% | 0.82% | - |
| XYZ | 45.49 | 56.25 | 39.47 | - |
| YUV | 191.19 | 107.57 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 155 | 0.17 | 0 | 0.25 | 0.18 | 100.75 | 0.36 | 0.71 |
| Hex | AC | D0 | 9B | 11 | 0 | 19 | 12 | 65 | 24 | 47 |
| Octal | 254 | 320 | 233 | 21 | 0 | 31 | 22 | 145 | 44 | 107 |
| Binary | 10101100 | 11010000 | 10011011 | 10001 | 0 | 11001 | 10010 | 1100101 | 100100 | 1000111 |
Color Harmonies of #ACD09B
Complementary color
Monochromatic Colors of #ACD09B
Black with #ACD09B
Text Example
Text Example
White with #ACD09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD09B; }
p { color: rgb(172,208,155); }
H1.HeaderClassName
{
color: #ACD09B;
}
.AnyTagClassName
{
color: #ACD09B;
}
</style>
background-color css
<style>
a { background-color: #ACD09B; }
a { background-color: rgb(172,208,155); }
div.DivClassName
{
background-color: #ACD09B;
}
.BgClassName
{
background-color: #ACD09B;
}
</style>
border-color css
<style>
span { border-color: #ACD09B; }
span { border-color: rgb(172,208,155); }
td.TdClassName
{
border-color: #ACD09B;
}
.TagClassName
{
border-color: #ACD09B;
}
</style>