Shades of Inch Worm #ABE02C
Tints of Inch Worm #ABE02C
RGB
CMYK
RGB Variations
Color information
#ABE02C (or 0xABE02C) is known color: Inch Worm. HEX triplet: AB, E0 and 2C. RGB value is (171,224,44). Sum of RGB (Red+Green+Blue) = 171+224+44=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 224 (87.89% from 255 or 51.03% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE02C is #541FD3. Grayscale: #BCBCBC. Windows color (decimal): -5513172 or 2941099. OLE color: 2941099.
HSL color Cylindrical-coordinate representation of color #ABE02C: hue angle of 77.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABE02C is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 44 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.12 |
| HSL | 77.67º | 0.74% | 0.53% | - |
| HSV(B) | 77.67º | 0.8% | 0.88% | - |
| XYZ | 43.9 | 62.15 | 12.07 | - |
| YUV | 187.63 | 46.94 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 44 | 0.24 | 0 | 0.80 | 0.12 | 77.67 | 0.74 | 0.53 |
| Hex | AB | E0 | 2C | 18 | 0 | 50 | C | 4E | 4A | 35 |
| Octal | 253 | 340 | 54 | 30 | 0 | 120 | 14 | 116 | 112 | 65 |
| Binary | 10101011 | 11100000 | 101100 | 11000 | 0 | 1010000 | 1100 | 1001110 | 1001010 | 110101 |
Color Harmonies of #ABE02C
Complementary color
Monochromatic Colors of #ABE02C
Black with #ABE02C
Text Example
Text Example
White with #ABE02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE02C; }
p { color: rgb(171,224,44); }
H1.HeaderClassName
{
color: #ABE02C;
}
.AnyTagClassName
{
color: #ABE02C;
}
</style>
background-color css
<style>
a { background-color: #ABE02C; }
a { background-color: rgb(171,224,44); }
div.DivClassName
{
background-color: #ABE02C;
}
.BgClassName
{
background-color: #ABE02C;
}
</style>
border-color css
<style>
span { border-color: #ABE02C; }
span { border-color: rgb(171,224,44); }
td.TdClassName
{
border-color: #ABE02C;
}
.TagClassName
{
border-color: #ABE02C;
}
</style>