Shades of Inch Worm #ABEE0E
Tints of Inch Worm #ABEE0E
RGB
CMYK
RGB Variations
Color information
#ABEE0E (or 0xABEE0E) is known color: Inch Worm. HEX triplet: AB, EE and 0E. RGB value is (171,238,14). Sum of RGB (Red+Green+Blue) = 171+238+14=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 238 (93.36% from 255 or 56.26% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEE0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABEE0E is #5411F1. Grayscale: #C1C1C1. Windows color (decimal): -5509618 or 978603. OLE color: 978603.
HSL color Cylindrical-coordinate representation of color #ABEE0E: hue angle of 77.95º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABEE0E is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 14 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.07 |
| HSL | 77.95º | 0.89% | 0.49% | - |
| HSV(B) | 77.95º | 0.94% | 0.93% | - |
| XYZ | 47.45 | 69.84 | 11.39 | - |
| YUV | 192.43 | 27.3 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 14 | 0.28 | 0 | 0.94 | 0.07 | 77.95 | 0.89 | 0.49 |
| Hex | AB | EE | E | 1C | 0 | 5E | 7 | 4E | 59 | 31 |
| Octal | 253 | 356 | 16 | 34 | 0 | 136 | 7 | 116 | 131 | 61 |
| Binary | 10101011 | 11101110 | 1110 | 11100 | 0 | 1011110 | 111 | 1001110 | 1011001 | 110001 |
Color Harmonies of #ABEE0E
Complementary color
Monochromatic Colors of #ABEE0E
Black with #ABEE0E
Text Example
Text Example
White with #ABEE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEE0E; }
p { color: rgb(171,238,14); }
H1.HeaderClassName
{
color: #ABEE0E;
}
.AnyTagClassName
{
color: #ABEE0E;
}
</style>
background-color css
<style>
a { background-color: #ABEE0E; }
a { background-color: rgb(171,238,14); }
div.DivClassName
{
background-color: #ABEE0E;
}
.BgClassName
{
background-color: #ABEE0E;
}
</style>
border-color css
<style>
span { border-color: #ABEE0E; }
span { border-color: rgb(171,238,14); }
td.TdClassName
{
border-color: #ABEE0E;
}
.TagClassName
{
border-color: #ABEE0E;
}
</style>