Shades of Spring Rain #ABCE9A
Tints of Spring Rain #ABCE9A
RGB
CMYK
RGB Variations
Color information
#ABCE9A (or 0xABCE9A) is known color: Spring Rain. HEX triplet: AB, CE and 9A. RGB value is (171,206,154). Sum of RGB (Red+Green+Blue) = 171+206+154=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCE9A is #543165. Grayscale: #BDBDBD. Windows color (decimal): -5517670 or 10145451. OLE color: 10145451.
HSL color Cylindrical-coordinate representation of color #ABCE9A: hue angle of 100.38º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABCE9A is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 154 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.19 |
| HSL | 100.38º | 0.35% | 0.71% | - |
| HSV(B) | 100.38º | 0.25% | 0.81% | - |
| XYZ | 44.7 | 55.13 | 38.86 | - |
| YUV | 189.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 154 | 0.17 | 0 | 0.25 | 0.19 | 100.38 | 0.35 | 0.71 |
| Hex | AB | CE | 9A | 11 | 0 | 19 | 13 | 64 | 23 | 47 |
| Octal | 253 | 316 | 232 | 21 | 0 | 31 | 23 | 144 | 43 | 107 |
| Binary | 10101011 | 11001110 | 10011010 | 10001 | 0 | 11001 | 10011 | 1100100 | 100011 | 1000111 |
Color Harmonies of #ABCE9A
Complementary color
Monochromatic Colors of #ABCE9A
Black with #ABCE9A
Text Example
Text Example
White with #ABCE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE9A; }
p { color: rgb(171,206,154); }
H1.HeaderClassName
{
color: #ABCE9A;
}
.AnyTagClassName
{
color: #ABCE9A;
}
</style>
background-color css
<style>
a { background-color: #ABCE9A; }
a { background-color: rgb(171,206,154); }
div.DivClassName
{
background-color: #ABCE9A;
}
.BgClassName
{
background-color: #ABCE9A;
}
</style>
border-color css
<style>
span { border-color: #ABCE9A; }
span { border-color: rgb(171,206,154); }
td.TdClassName
{
border-color: #ABCE9A;
}
.TagClassName
{
border-color: #ABCE9A;
}
</style>