Shades of Inch Worm #ABE40C
Tints of Inch Worm #ABE40C
RGB
CMYK
RGB Variations
Color information
#ABE40C (or 0xABE40C) is known color: Inch Worm. HEX triplet: AB, E4 and 0C. RGB value is (171,228,12). Sum of RGB (Red+Green+Blue) = 171+228+12=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 228 (89.45% from 255 or 55.47% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABE40C is #541BF3. Grayscale: #BBBBBB. Windows color (decimal): -5512180 or 844971. OLE color: 844971.
HSL color Cylindrical-coordinate representation of color #ABE40C: hue angle of 75.83º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABE40C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 12 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.11 |
| HSL | 75.83º | 0.9% | 0.47% | - |
| HSV(B) | 75.83º | 0.95% | 0.89% | - |
| XYZ | 44.6 | 64.17 | 10.38 | - |
| YUV | 186.33 | 29.62 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 12 | 0.25 | 0 | 0.95 | 0.11 | 75.83 | 0.9 | 0.47 |
| Hex | AB | E4 | C | 19 | 0 | 5F | B | 4C | 5A | 2F |
| Octal | 253 | 344 | 14 | 31 | 0 | 137 | 13 | 114 | 132 | 57 |
| Binary | 10101011 | 11100100 | 1100 | 11001 | 0 | 1011111 | 1011 | 1001100 | 1011010 | 101111 |
Color Harmonies of #ABE40C
Complementary color
Monochromatic Colors of #ABE40C
Black with #ABE40C
Text Example
Text Example
White with #ABE40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE40C; }
p { color: rgb(171,228,12); }
H1.HeaderClassName
{
color: #ABE40C;
}
.AnyTagClassName
{
color: #ABE40C;
}
</style>
background-color css
<style>
a { background-color: #ABE40C; }
a { background-color: rgb(171,228,12); }
div.DivClassName
{
background-color: #ABE40C;
}
.BgClassName
{
background-color: #ABE40C;
}
</style>
border-color css
<style>
span { border-color: #ABE40C; }
span { border-color: rgb(171,228,12); }
td.TdClassName
{
border-color: #ABE40C;
}
.TagClassName
{
border-color: #ABE40C;
}
</style>