Shades of Inch Worm #A2DF19
Tints of Inch Worm #A2DF19
RGB
CMYK
RGB Variations
Color information
#A2DF19 (or 0xA2DF19) is known color: Inch Worm. HEX triplet: A2, DF and 19. RGB value is (162,223,25). Sum of RGB (Red+Green+Blue) = 162+223+25=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 223 (87.5% from 255 or 54.39% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2DF19 is #5D20E6. Grayscale: #B6B6B6. Windows color (decimal): -6103271 or 1695650. OLE color: 1695650.
HSL color Cylindrical-coordinate representation of color #A2DF19: hue angle of 78.48º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2DF19 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 25 | - |
| CMYK | 0.27 | 0 | 0.89 | 0.13 |
| HSL | 78.48º | 0.8% | 0.49% | - |
| HSV(B) | 78.48º | 0.89% | 0.87% | - |
| XYZ | 41.46 | 60.53 | 10.42 | - |
| YUV | 182.19 | 39.29 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 25 | 0.27 | 0 | 0.89 | 0.13 | 78.48 | 0.8 | 0.49 |
| Hex | A2 | DF | 19 | 1B | 0 | 59 | D | 4E | 50 | 31 |
| Octal | 242 | 337 | 31 | 33 | 0 | 131 | 15 | 116 | 120 | 61 |
| Binary | 10100010 | 11011111 | 11001 | 11011 | 0 | 1011001 | 1101 | 1001110 | 1010000 | 110001 |
Color Harmonies of #A2DF19
Complementary color
Monochromatic Colors of #A2DF19
Black with #A2DF19
Text Example
Text Example
White with #A2DF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF19; }
p { color: rgb(162,223,25); }
H1.HeaderClassName
{
color: #A2DF19;
}
.AnyTagClassName
{
color: #A2DF19;
}
</style>
background-color css
<style>
a { background-color: #A2DF19; }
a { background-color: rgb(162,223,25); }
div.DivClassName
{
background-color: #A2DF19;
}
.BgClassName
{
background-color: #A2DF19;
}
</style>
border-color css
<style>
span { border-color: #A2DF19; }
span { border-color: rgb(162,223,25); }
td.TdClassName
{
border-color: #A2DF19;
}
.TagClassName
{
border-color: #A2DF19;
}
</style>