Shades of Spring Rain #ABD1A0
Tints of Spring Rain #ABD1A0
RGB
CMYK
RGB Variations
Color information
#ABD1A0 (or 0xABD1A0) is known color: Spring Rain. HEX triplet: AB, D1 and A0. RGB value is (171,209,160). Sum of RGB (Red+Green+Blue) = 171+209+160=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD1A0 is #542E5F. Grayscale: #C0C0C0. Windows color (decimal): -5516896 or 10539435. OLE color: 10539435.
HSL color Cylindrical-coordinate representation of color #ABD1A0: hue angle of 106.53º 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 #ABD1A0 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 209 | 160 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.18 |
| HSL | 106.53º | 0.35% | 0.72% | - |
| HSV(B) | 106.53º | 0.23% | 0.82% | - |
| XYZ | 45.94 | 56.8 | 41.8 | - |
| YUV | 192.05 | 109.91 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 209 | 160 | 0.18 | 0 | 0.23 | 0.18 | 106.53 | 0.35 | 0.72 |
| Hex | AB | D1 | A0 | 12 | 0 | 17 | 12 | 6B | 23 | 48 |
| Octal | 253 | 321 | 240 | 22 | 0 | 27 | 22 | 153 | 43 | 110 |
| Binary | 10101011 | 11010001 | 10100000 | 10010 | 0 | 10111 | 10010 | 1101011 | 100011 | 1001000 |
Color Harmonies of #ABD1A0
Complementary color
Monochromatic Colors of #ABD1A0
Black with #ABD1A0
Text Example
Text Example
White with #ABD1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD1A0; }
p { color: rgb(171,209,160); }
H1.HeaderClassName
{
color: #ABD1A0;
}
.AnyTagClassName
{
color: #ABD1A0;
}
</style>
background-color css
<style>
a { background-color: #ABD1A0; }
a { background-color: rgb(171,209,160); }
div.DivClassName
{
background-color: #ABD1A0;
}
.BgClassName
{
background-color: #ABD1A0;
}
</style>
border-color css
<style>
span { border-color: #ABD1A0; }
span { border-color: rgb(171,209,160); }
td.TdClassName
{
border-color: #ABD1A0;
}
.TagClassName
{
border-color: #ABD1A0;
}
</style>