Shades of Inch Worm #ABDF1E
Tints of Inch Worm #ABDF1E
RGB
CMYK
RGB Variations
Color information
#ABDF1E (or 0xABDF1E) is known color: Inch Worm. HEX triplet: AB, DF and 1E. RGB value is (171,223,30). Sum of RGB (Red+Green+Blue) = 171+223+30=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDF1E is #5420E1. Grayscale: #BABABA. Windows color (decimal): -5513442 or 2023339. OLE color: 2023339.
HSL color Cylindrical-coordinate representation of color #ABDF1E: hue angle of 76.17º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABDF1E is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 30 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.13 |
| HSL | 76.17º | 0.76% | 0.5% | - |
| HSV(B) | 76.17º | 0.87% | 0.87% | - |
| XYZ | 43.42 | 61.53 | 10.82 | - |
| YUV | 185.45 | 40.27 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 30 | 0.23 | 0 | 0.87 | 0.13 | 76.17 | 0.76 | 0.5 |
| Hex | AB | DF | 1E | 17 | 0 | 57 | D | 4C | 4C | 32 |
| Octal | 253 | 337 | 36 | 27 | 0 | 127 | 15 | 114 | 114 | 62 |
| Binary | 10101011 | 11011111 | 11110 | 10111 | 0 | 1010111 | 1101 | 1001100 | 1001100 | 110010 |
Color Harmonies of #ABDF1E
Complementary color
Monochromatic Colors of #ABDF1E
Black with #ABDF1E
Text Example
Text Example
White with #ABDF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF1E; }
p { color: rgb(171,223,30); }
H1.HeaderClassName
{
color: #ABDF1E;
}
.AnyTagClassName
{
color: #ABDF1E;
}
</style>
background-color css
<style>
a { background-color: #ABDF1E; }
a { background-color: rgb(171,223,30); }
div.DivClassName
{
background-color: #ABDF1E;
}
.BgClassName
{
background-color: #ABDF1E;
}
</style>
border-color css
<style>
span { border-color: #ABDF1E; }
span { border-color: rgb(171,223,30); }
td.TdClassName
{
border-color: #ABDF1E;
}
.TagClassName
{
border-color: #ABDF1E;
}
</style>