Shades of Spring Rain #AACDA2
Tints of Spring Rain #AACDA2
RGB
CMYK
RGB Variations
Color information
#AACDA2 (or 0xAACDA2) is known color: Spring Rain. HEX triplet: AA, CD and A2. RGB value is (170,205,162). Sum of RGB (Red+Green+Blue) = 170+205+162=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACDA2 is #55325D. Grayscale: #BDBDBD. Windows color (decimal): -5583454 or 10669482. OLE color: 10669482.
HSL color Cylindrical-coordinate representation of color #AACDA2: hue angle of 108.84º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AACDA2 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
RGB | 170 | 205 | 162 | - |
CMYK | 0.17 | 0 | 0.21 | 0.20 |
HSL | 108.84º | 0.3% | 0.72% | - |
HSV(B) | 108.84º | 0.21% | 0.8% | - |
XYZ | 44.93 | 54.82 | 42.4 | - |
YUV | 189.63 | 112.4 | 114 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 205 | 162 | 0.17 | 0 | 0.21 | 0.20 | 108.84 | 0.3 | 0.72 |
Hex | AA | CD | A2 | 11 | 0 | 15 | 14 | 6D | 1E | 48 |
Octal | 252 | 315 | 242 | 21 | 0 | 25 | 24 | 155 | 36 | 110 |
Binary | 10101010 | 11001101 | 10100010 | 10001 | 0 | 10101 | 10100 | 1101101 | 11110 | 1001000 |
Color Harmonies of #AACDA2
Complementary color
Monochromatic Colors of #AACDA2
Black with #AACDA2
Text Example
Text Example
White with #AACDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDA2; }
p { color: rgb(170,205,162); }
H1.HeaderClassName
{
color: #AACDA2;
}
.AnyTagClassName
{
color: #AACDA2;
}
</style>
background-color css
<style>
a { background-color: #AACDA2; }
a { background-color: rgb(170,205,162); }
div.DivClassName
{
background-color: #AACDA2;
}
.BgClassName
{
background-color: #AACDA2;
}
</style>
border-color css
<style>
span { border-color: #AACDA2; }
span { border-color: rgb(170,205,162); }
td.TdClassName
{
border-color: #AACDA2;
}
.TagClassName
{
border-color: #AACDA2;
}
</style>