Shades of Inch Worm #A2DF1D
Tints of Inch Worm #A2DF1D
RGB
CMYK
RGB Variations
Color information
#A2DF1D (or 0xA2DF1D) is known color: Inch Worm. HEX triplet: A2, DF and 1D. RGB value is (162,223,29). Sum of RGB (Red+Green+Blue) = 162+223+29=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DF1D is #5D20E2. Grayscale: #B7B7B7. Windows color (decimal): -6103267 or 1957794. OLE color: 1957794.
HSL color Cylindrical-coordinate representation of color #A2DF1D: hue angle of 78.87º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2DF1D is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 29 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.13 |
| HSL | 78.87º | 0.77% | 0.49% | - |
| HSV(B) | 78.87º | 0.87% | 0.87% | - |
| XYZ | 41.51 | 60.55 | 10.66 | - |
| YUV | 182.65 | 41.29 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 29 | 0.27 | 0 | 0.87 | 0.13 | 78.87 | 0.77 | 0.49 |
| Hex | A2 | DF | 1D | 1B | 0 | 57 | D | 4F | 4D | 31 |
| Octal | 242 | 337 | 35 | 33 | 0 | 127 | 15 | 117 | 115 | 61 |
| Binary | 10100010 | 11011111 | 11101 | 11011 | 0 | 1010111 | 1101 | 1001111 | 1001101 | 110001 |
Color Harmonies of #A2DF1D
Complementary color
Monochromatic Colors of #A2DF1D
Black with #A2DF1D
Text Example
Text Example
White with #A2DF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF1D; }
p { color: rgb(162,223,29); }
H1.HeaderClassName
{
color: #A2DF1D;
}
.AnyTagClassName
{
color: #A2DF1D;
}
</style>
background-color css
<style>
a { background-color: #A2DF1D; }
a { background-color: rgb(162,223,29); }
div.DivClassName
{
background-color: #A2DF1D;
}
.BgClassName
{
background-color: #A2DF1D;
}
</style>
border-color css
<style>
span { border-color: #A2DF1D; }
span { border-color: rgb(162,223,29); }
td.TdClassName
{
border-color: #A2DF1D;
}
.TagClassName
{
border-color: #A2DF1D;
}
</style>