Shades of Inch Worm #ABEC14
Tints of Inch Worm #ABEC14
RGB
CMYK
RGB Variations
Color information
#ABEC14 (or 0xABEC14) is known color: Inch Worm. HEX triplet: AB, EC and 14. RGB value is (171,236,20). Sum of RGB (Red+Green+Blue) = 171+236+20=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 236 (92.58% from 255 or 55.27% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABEC14 is #5413EB. Grayscale: #C0C0C0. Windows color (decimal): -5510124 or 1371307. OLE color: 1371307.
HSL color Cylindrical-coordinate representation of color #ABEC14: hue angle of 78.06º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABEC14 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 20 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.07 |
| HSL | 78.06º | 0.85% | 0.5% | - |
| HSV(B) | 78.06º | 0.92% | 0.93% | - |
| XYZ | 46.92 | 68.7 | 11.45 | - |
| YUV | 191.94 | 30.97 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 20 | 0.28 | 0 | 0.92 | 0.07 | 78.06 | 0.85 | 0.5 |
| Hex | AB | EC | 14 | 1C | 0 | 5C | 7 | 4E | 55 | 32 |
| Octal | 253 | 354 | 24 | 34 | 0 | 134 | 7 | 116 | 125 | 62 |
| Binary | 10101011 | 11101100 | 10100 | 11100 | 0 | 1011100 | 111 | 1001110 | 1010101 | 110010 |
Color Harmonies of #ABEC14
Complementary color
Monochromatic Colors of #ABEC14
Black with #ABEC14
Text Example
Text Example
White with #ABEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC14; }
p { color: rgb(171,236,20); }
H1.HeaderClassName
{
color: #ABEC14;
}
.AnyTagClassName
{
color: #ABEC14;
}
</style>
background-color css
<style>
a { background-color: #ABEC14; }
a { background-color: rgb(171,236,20); }
div.DivClassName
{
background-color: #ABEC14;
}
.BgClassName
{
background-color: #ABEC14;
}
</style>
border-color css
<style>
span { border-color: #ABEC14; }
span { border-color: rgb(171,236,20); }
td.TdClassName
{
border-color: #ABEC14;
}
.TagClassName
{
border-color: #ABEC14;
}
</style>