Shades of Inch Worm #ABF00E
Tints of Inch Worm #ABF00E
RGB
CMYK
RGB Variations
Color information
#ABF00E (or 0xABF00E) is known color: Inch Worm. HEX triplet: AB, F0 and 0E. RGB value is (171,240,14). Sum of RGB (Red+Green+Blue) = 171+240+14=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 240 (94.14% from 255 or 56.47% from 425); Blue value is 14 (5.86% from 255 or 3.29% from 425); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF00E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF00E is #540FF1. Grayscale: #C2C2C2. Windows color (decimal): -5509106 or 979115. OLE color: 979115.
HSL color Cylindrical-coordinate representation of color #ABF00E: hue angle of 78.32º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABF00E is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 14 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.06 |
| HSL | 78.32º | 0.89% | 0.5% | - |
| HSV(B) | 78.32º | 0.94% | 0.94% | - |
| XYZ | 48.03 | 71.01 | 11.59 | - |
| YUV | 193.61 | 26.64 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 14 | 0.29 | 0 | 0.94 | 0.06 | 78.32 | 0.89 | 0.5 |
| Hex | AB | F0 | E | 1D | 0 | 5E | 6 | 4E | 59 | 32 |
| Octal | 253 | 360 | 16 | 35 | 0 | 136 | 6 | 116 | 131 | 62 |
| Binary | 10101011 | 11110000 | 1110 | 11101 | 0 | 1011110 | 110 | 1001110 | 1011001 | 110010 |
Color Harmonies of #ABF00E
Complementary color
Monochromatic Colors of #ABF00E
Black with #ABF00E
Text Example
Text Example
White with #ABF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF00E; }
p { color: rgb(171,240,14); }
H1.HeaderClassName
{
color: #ABF00E;
}
.AnyTagClassName
{
color: #ABF00E;
}
</style>
background-color css
<style>
a { background-color: #ABF00E; }
a { background-color: rgb(171,240,14); }
div.DivClassName
{
background-color: #ABF00E;
}
.BgClassName
{
background-color: #ABF00E;
}
</style>
border-color css
<style>
span { border-color: #ABF00E; }
span { border-color: rgb(171,240,14); }
td.TdClassName
{
border-color: #ABF00E;
}
.TagClassName
{
border-color: #ABF00E;
}
</style>