Shades of Inch Worm #ABE20C
Tints of Inch Worm #ABE20C
RGB
CMYK
RGB Variations
Color information
#ABE20C (or 0xABE20C) is known color: Inch Worm. HEX triplet: AB, E2 and 0C. RGB value is (171,226,12). Sum of RGB (Red+Green+Blue) = 171+226+12=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 226 (88.67% from 255 or 55.26% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABE20C is #541DF3. Grayscale: #B9B9B9. Windows color (decimal): -5512692 or 844459. OLE color: 844459.
HSL color Cylindrical-coordinate representation of color #ABE20C: hue angle of 75.42º 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 #ABE20C is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 12 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.11 |
| HSL | 75.42º | 0.9% | 0.47% | - |
| HSV(B) | 75.42º | 0.95% | 0.89% | - |
| XYZ | 44.06 | 63.08 | 10.2 | - |
| YUV | 185.16 | 30.28 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 12 | 0.24 | 0 | 0.95 | 0.11 | 75.42 | 0.9 | 0.47 |
| Hex | AB | E2 | C | 18 | 0 | 5F | B | 4B | 5A | 2F |
| Octal | 253 | 342 | 14 | 30 | 0 | 137 | 13 | 113 | 132 | 57 |
| Binary | 10101011 | 11100010 | 1100 | 11000 | 0 | 1011111 | 1011 | 1001011 | 1011010 | 101111 |
Color Harmonies of #ABE20C
Complementary color
Monochromatic Colors of #ABE20C
Black with #ABE20C
Text Example
Text Example
White with #ABE20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE20C; }
p { color: rgb(171,226,12); }
H1.HeaderClassName
{
color: #ABE20C;
}
.AnyTagClassName
{
color: #ABE20C;
}
</style>
background-color css
<style>
a { background-color: #ABE20C; }
a { background-color: rgb(171,226,12); }
div.DivClassName
{
background-color: #ABE20C;
}
.BgClassName
{
background-color: #ABE20C;
}
</style>
border-color css
<style>
span { border-color: #ABE20C; }
span { border-color: rgb(171,226,12); }
td.TdClassName
{
border-color: #ABE20C;
}
.TagClassName
{
border-color: #ABE20C;
}
</style>