Shades of Inch Worm #ABF20E
Tints of Inch Worm #ABF20E
RGB
CMYK
RGB Variations
Color information
#ABF20E (or 0xABF20E) is known color: Inch Worm. HEX triplet: AB, F2 and 0E. RGB value is (171,242,14). Sum of RGB (Red+Green+Blue) = 171+242+14=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 242 (94.92% from 255 or 56.67% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF20E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF20E is #540DF1. Grayscale: #C3C3C3. Windows color (decimal): -5508594 or 979627. OLE color: 979627.
HSL color Cylindrical-coordinate representation of color #ABF20E: hue angle of 78.68º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABF20E is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 14 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.05 |
| HSL | 78.68º | 0.9% | 0.5% | - |
| HSV(B) | 78.68º | 0.94% | 0.95% | - |
| XYZ | 48.63 | 72.19 | 11.79 | - |
| YUV | 194.78 | 25.98 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 14 | 0.29 | 0 | 0.94 | 0.05 | 78.68 | 0.9 | 0.5 |
| Hex | AB | F2 | E | 1D | 0 | 5E | 5 | 4F | 5A | 32 |
| Octal | 253 | 362 | 16 | 35 | 0 | 136 | 5 | 117 | 132 | 62 |
| Binary | 10101011 | 11110010 | 1110 | 11101 | 0 | 1011110 | 101 | 1001111 | 1011010 | 110010 |
Color Harmonies of #ABF20E
Complementary color
Monochromatic Colors of #ABF20E
Black with #ABF20E
Text Example
Text Example
White with #ABF20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF20E; }
p { color: rgb(171,242,14); }
H1.HeaderClassName
{
color: #ABF20E;
}
.AnyTagClassName
{
color: #ABF20E;
}
</style>
background-color css
<style>
a { background-color: #ABF20E; }
a { background-color: rgb(171,242,14); }
div.DivClassName
{
background-color: #ABF20E;
}
.BgClassName
{
background-color: #ABF20E;
}
</style>
border-color css
<style>
span { border-color: #ABF20E; }
span { border-color: rgb(171,242,14); }
td.TdClassName
{
border-color: #ABF20E;
}
.TagClassName
{
border-color: #ABF20E;
}
</style>