Shades of Spring Rain #ABCDA2
Tints of Spring Rain #ABCDA2
RGB
CMYK
RGB Variations
Color information
#ABCDA2 (or 0xABCDA2) is known color: Spring Rain. HEX triplet: AB, CD and A2. RGB value is (171,205,162). Sum of RGB (Red+Green+Blue) = 171+205+162=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCDA2 is #54325D. Grayscale: #BEBEBE. Windows color (decimal): -5517918 or 10669483. OLE color: 10669483.
HSL color Cylindrical-coordinate representation of color #ABCDA2: hue angle of 107.44º 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 #ABCDA2 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 162 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.20 |
| HSL | 107.44º | 0.3% | 0.72% | - |
| HSV(B) | 107.44º | 0.21% | 0.8% | - |
| XYZ | 45.15 | 54.93 | 42.41 | - |
| YUV | 189.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 162 | 0.17 | 0 | 0.21 | 0.20 | 107.44 | 0.3 | 0.72 |
| Hex | AB | CD | A2 | 11 | 0 | 15 | 14 | 6B | 1E | 48 |
| Octal | 253 | 315 | 242 | 21 | 0 | 25 | 24 | 153 | 36 | 110 |
| Binary | 10101011 | 11001101 | 10100010 | 10001 | 0 | 10101 | 10100 | 1101011 | 11110 | 1001000 |
Color Harmonies of #ABCDA2
Complementary color
Monochromatic Colors of #ABCDA2
Black with #ABCDA2
Text Example
Text Example
White with #ABCDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDA2; }
p { color: rgb(171,205,162); }
H1.HeaderClassName
{
color: #ABCDA2;
}
.AnyTagClassName
{
color: #ABCDA2;
}
</style>
background-color css
<style>
a { background-color: #ABCDA2; }
a { background-color: rgb(171,205,162); }
div.DivClassName
{
background-color: #ABCDA2;
}
.BgClassName
{
background-color: #ABCDA2;
}
</style>
border-color css
<style>
span { border-color: #ABCDA2; }
span { border-color: rgb(171,205,162); }
td.TdClassName
{
border-color: #ABCDA2;
}
.TagClassName
{
border-color: #ABCDA2;
}
</style>