Shades of Inch Worm #ABDF1F
Tints of Inch Worm #ABDF1F
RGB
CMYK
RGB Variations
Color information
#ABDF1F (or 0xABDF1F) is known color: Inch Worm. HEX triplet: AB, DF and 1F. RGB value is (171,223,31). Sum of RGB (Red+Green+Blue) = 171+223+31=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDF1F is #5420E0. Grayscale: #BABABA. Windows color (decimal): -5513441 or 2088875. OLE color: 2088875.
HSL color Cylindrical-coordinate representation of color #ABDF1F: hue angle of 76.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABDF1F is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 31 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.13 |
| HSL | 76.25º | 0.76% | 0.5% | - |
| HSV(B) | 76.25º | 0.86% | 0.87% | - |
| XYZ | 43.43 | 61.53 | 10.88 | - |
| YUV | 185.56 | 40.77 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 31 | 0.23 | 0 | 0.86 | 0.13 | 76.25 | 0.76 | 0.5 |
| Hex | AB | DF | 1F | 17 | 0 | 56 | D | 4C | 4C | 32 |
| Octal | 253 | 337 | 37 | 27 | 0 | 126 | 15 | 114 | 114 | 62 |
| Binary | 10101011 | 11011111 | 11111 | 10111 | 0 | 1010110 | 1101 | 1001100 | 1001100 | 110010 |
Color Harmonies of #ABDF1F
Complementary color
Monochromatic Colors of #ABDF1F
Black with #ABDF1F
Text Example
Text Example
White with #ABDF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF1F; }
p { color: rgb(171,223,31); }
H1.HeaderClassName
{
color: #ABDF1F;
}
.AnyTagClassName
{
color: #ABDF1F;
}
</style>
background-color css
<style>
a { background-color: #ABDF1F; }
a { background-color: rgb(171,223,31); }
div.DivClassName
{
background-color: #ABDF1F;
}
.BgClassName
{
background-color: #ABDF1F;
}
</style>
border-color css
<style>
span { border-color: #ABDF1F; }
span { border-color: rgb(171,223,31); }
td.TdClassName
{
border-color: #ABDF1F;
}
.TagClassName
{
border-color: #ABDF1F;
}
</style>