Shades of Inch Worm #ABEB0C
Tints of Inch Worm #ABEB0C
RGB
CMYK
RGB Variations
Color information
#ABEB0C (or 0xABEB0C) is known color: Inch Worm. HEX triplet: AB, EB and 0C. RGB value is (171,235,12). Sum of RGB (Red+Green+Blue) = 171+235+12=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 235 (92.19% from 255 or 56.22% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABEB0C is #5414F3. Grayscale: #BFBFBF. Windows color (decimal): -5510388 or 846763. OLE color: 846763.
HSL color Cylindrical-coordinate representation of color #ABEB0C: hue angle of 77.22º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABEB0C is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 12 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.08 |
| HSL | 77.22º | 0.9% | 0.48% | - |
| HSV(B) | 77.22º | 0.95% | 0.92% | - |
| XYZ | 46.57 | 68.1 | 11.04 | - |
| YUV | 190.44 | 27.3 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 12 | 0.27 | 0 | 0.95 | 0.08 | 77.22 | 0.9 | 0.48 |
| Hex | AB | EB | C | 1B | 0 | 5F | 8 | 4D | 5A | 30 |
| Octal | 253 | 353 | 14 | 33 | 0 | 137 | 10 | 115 | 132 | 60 |
| Binary | 10101011 | 11101011 | 1100 | 11011 | 0 | 1011111 | 1000 | 1001101 | 1011010 | 110000 |
Color Harmonies of #ABEB0C
Complementary color
Monochromatic Colors of #ABEB0C
Black with #ABEB0C
Text Example
Text Example
White with #ABEB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEB0C; }
p { color: rgb(171,235,12); }
H1.HeaderClassName
{
color: #ABEB0C;
}
.AnyTagClassName
{
color: #ABEB0C;
}
</style>
background-color css
<style>
a { background-color: #ABEB0C; }
a { background-color: rgb(171,235,12); }
div.DivClassName
{
background-color: #ABEB0C;
}
.BgClassName
{
background-color: #ABEB0C;
}
</style>
border-color css
<style>
span { border-color: #ABEB0C; }
span { border-color: rgb(171,235,12); }
td.TdClassName
{
border-color: #ABEB0C;
}
.TagClassName
{
border-color: #ABEB0C;
}
</style>