Shades of Spring Rain #ACD1A0
Tints of Spring Rain #ACD1A0
RGB
CMYK
RGB Variations
Color information
#ACD1A0 (or 0xACD1A0) is known color: Spring Rain. HEX triplet: AC, D1 and A0. RGB value is (172,209,160). Sum of RGB (Red+Green+Blue) = 172+209+160=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD1A0 is #532E5F. Grayscale: #C0C0C0. Windows color (decimal): -5451360 or 10539436. OLE color: 10539436.
HSL color Cylindrical-coordinate representation of color #ACD1A0: hue angle of 105.31º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACD1A0 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
RGB | 172 | 209 | 160 | - |
CMYK | 0.18 | 0 | 0.23 | 0.18 |
HSL | 105.31º | 0.35% | 0.72% | - |
HSV(B) | 105.31º | 0.23% | 0.82% | - |
XYZ | 46.16 | 56.91 | 41.81 | - |
YUV | 192.35 | 109.74 | 113.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 209 | 160 | 0.18 | 0 | 0.23 | 0.18 | 105.31 | 0.35 | 0.72 |
Hex | AC | D1 | A0 | 12 | 0 | 17 | 12 | 69 | 23 | 48 |
Octal | 254 | 321 | 240 | 22 | 0 | 27 | 22 | 151 | 43 | 110 |
Binary | 10101100 | 11010001 | 10100000 | 10010 | 0 | 10111 | 10010 | 1101001 | 100011 | 1001000 |
Color Harmonies of #ACD1A0
Complementary color
Monochromatic Colors of #ACD1A0
Black with #ACD1A0
Text Example
Text Example
White with #ACD1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD1A0; }
p { color: rgb(172,209,160); }
H1.HeaderClassName
{
color: #ACD1A0;
}
.AnyTagClassName
{
color: #ACD1A0;
}
</style>
background-color css
<style>
a { background-color: #ACD1A0; }
a { background-color: rgb(172,209,160); }
div.DivClassName
{
background-color: #ACD1A0;
}
.BgClassName
{
background-color: #ACD1A0;
}
</style>
border-color css
<style>
span { border-color: #ACD1A0; }
span { border-color: rgb(172,209,160); }
td.TdClassName
{
border-color: #ACD1A0;
}
.TagClassName
{
border-color: #ACD1A0;
}
</style>