Shades of Inch Worm #A1DF1F
Tints of Inch Worm #A1DF1F
RGB
CMYK
RGB Variations
Color information
#A1DF1F (or 0xA1DF1F) is known color: Inch Worm. HEX triplet: A1, DF and 1F. RGB value is (161,223,31). Sum of RGB (Red+Green+Blue) = 161+223+31=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DF1F is #5E20E0. Grayscale: #B7B7B7. Windows color (decimal): -6168801 or 2088865. OLE color: 2088865.
HSL color Cylindrical-coordinate representation of color #A1DF1F: hue angle of 79.38º 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 #A1DF1F is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 31 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.13 |
| HSL | 79.38º | 0.76% | 0.5% | - |
| HSV(B) | 79.38º | 0.86% | 0.87% | - |
| XYZ | 41.33 | 60.45 | 10.79 | - |
| YUV | 182.57 | 42.46 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 31 | 0.28 | 0 | 0.86 | 0.13 | 79.38 | 0.76 | 0.5 |
| Hex | A1 | DF | 1F | 1C | 0 | 56 | D | 4F | 4C | 32 |
| Octal | 241 | 337 | 37 | 34 | 0 | 126 | 15 | 117 | 114 | 62 |
| Binary | 10100001 | 11011111 | 11111 | 11100 | 0 | 1010110 | 1101 | 1001111 | 1001100 | 110010 |
Color Harmonies of #A1DF1F
Complementary color
Monochromatic Colors of #A1DF1F
Black with #A1DF1F
Text Example
Text Example
White with #A1DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DF1F; }
p { color: rgb(161,223,31); }
H1.HeaderClassName
{
color: #A1DF1F;
}
.AnyTagClassName
{
color: #A1DF1F;
}
</style>
background-color css
<style>
a { background-color: #A1DF1F; }
a { background-color: rgb(161,223,31); }
div.DivClassName
{
background-color: #A1DF1F;
}
.BgClassName
{
background-color: #A1DF1F;
}
</style>
border-color css
<style>
span { border-color: #A1DF1F; }
span { border-color: rgb(161,223,31); }
td.TdClassName
{
border-color: #A1DF1F;
}
.TagClassName
{
border-color: #A1DF1F;
}
</style>