Shades of Inch Worm #ABE300
Tints of Inch Worm #ABE300
RGB
CMYK
RGB Variations
Color information
#ABE300 (or 0xABE300) is known color: Inch Worm. HEX triplet: AB, E3 and 00. RGB value is (171,227,0). Sum of RGB (Red+Green+Blue) = 171+227+0=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 227 (89.06% from 255 or 57.04% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABE300 is #541CFF. Grayscale: #B9B9B9. Windows color (decimal): -5512448 or 58283. OLE color: 58283.
HSL color Cylindrical-coordinate representation of color #ABE300: hue angle of 74.8º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABE300 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.11 |
| HSL | 74.8º | 1% | 0.45% | - |
| HSV(B) | 74.8º | 1% | 0.89% | - |
| XYZ | 44.26 | 63.6 | 9.94 | - |
| YUV | 184.38 | 23.95 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 0 | 0.25 | 0 | 1 | 0.11 | 74.8 | 1 | 0.45 |
| Hex | AB | E3 | 0 | 19 | 0 | 64 | B | 4B | 64 | 2D |
| Octal | 253 | 343 | 0 | 31 | 0 | 144 | 13 | 113 | 144 | 55 |
| Binary | 10101011 | 11100011 | 0 | 11001 | 0 | 1100100 | 1011 | 1001011 | 1100100 | 101101 |
Color Harmonies of #ABE300
Complementary color
Monochromatic Colors of #ABE300
Black with #ABE300
Text Example
Text Example
White with #ABE300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE300; }
p { color: rgb(171,227,0); }
H1.HeaderClassName
{
color: #ABE300;
}
.AnyTagClassName
{
color: #ABE300;
}
</style>
background-color css
<style>
a { background-color: #ABE300; }
a { background-color: rgb(171,227,0); }
div.DivClassName
{
background-color: #ABE300;
}
.BgClassName
{
background-color: #ABE300;
}
</style>
border-color css
<style>
span { border-color: #ABE300; }
span { border-color: rgb(171,227,0); }
td.TdClassName
{
border-color: #ABE300;
}
.TagClassName
{
border-color: #ABE300;
}
</style>