Shades of Inch Worm #A1DF1E
Tints of Inch Worm #A1DF1E
RGB
CMYK
RGB Variations
Color information
#A1DF1E (or 0xA1DF1E) is known color: Inch Worm. HEX triplet: A1, DF and 1E. RGB value is (161,223,30). Sum of RGB (Red+Green+Blue) = 161+223+30=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DF1E is #5E20E1. Grayscale: #B7B7B7. Windows color (decimal): -6168802 or 2023329. OLE color: 2023329.
HSL color Cylindrical-coordinate representation of color #A1DF1E: hue angle of 79.27º 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 #A1DF1E is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 30 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.13 |
| HSL | 79.27º | 0.76% | 0.5% | - |
| HSV(B) | 79.27º | 0.87% | 0.87% | - |
| XYZ | 41.32 | 60.45 | 10.72 | - |
| YUV | 182.46 | 41.96 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 30 | 0.28 | 0 | 0.87 | 0.13 | 79.27 | 0.76 | 0.5 |
| Hex | A1 | DF | 1E | 1C | 0 | 57 | D | 4F | 4C | 32 |
| Octal | 241 | 337 | 36 | 34 | 0 | 127 | 15 | 117 | 114 | 62 |
| Binary | 10100001 | 11011111 | 11110 | 11100 | 0 | 1010111 | 1101 | 1001111 | 1001100 | 110010 |
Color Harmonies of #A1DF1E
Complementary color
Monochromatic Colors of #A1DF1E
Black with #A1DF1E
Text Example
Text Example
White with #A1DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DF1E; }
p { color: rgb(161,223,30); }
H1.HeaderClassName
{
color: #A1DF1E;
}
.AnyTagClassName
{
color: #A1DF1E;
}
</style>
background-color css
<style>
a { background-color: #A1DF1E; }
a { background-color: rgb(161,223,30); }
div.DivClassName
{
background-color: #A1DF1E;
}
.BgClassName
{
background-color: #A1DF1E;
}
</style>
border-color css
<style>
span { border-color: #A1DF1E; }
span { border-color: rgb(161,223,30); }
td.TdClassName
{
border-color: #A1DF1E;
}
.TagClassName
{
border-color: #A1DF1E;
}
</style>