Shades of Inch Worm #A2D81E
Tints of Inch Worm #A2D81E
RGB
CMYK
RGB Variations
Color information
#A2D81E (or 0xA2D81E) is known color: Inch Worm. HEX triplet: A2, D8 and 1E. RGB value is (162,216,30). Sum of RGB (Red+Green+Blue) = 162+216+30=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 216 (84.77% from 255 or 52.94% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D81E is #5D27E1. Grayscale: #B3B3B3. Windows color (decimal): -6105058 or 2021538. OLE color: 2021538.
HSL color Cylindrical-coordinate representation of color #A2D81E: hue angle of 77.42º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2D81E is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 30 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.15 |
| HSL | 77.42º | 0.76% | 0.48% | - |
| HSV(B) | 77.42º | 0.86% | 0.85% | - |
| XYZ | 39.69 | 56.89 | 10.12 | - |
| YUV | 178.65 | 44.11 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 30 | 0.25 | 0 | 0.86 | 0.15 | 77.42 | 0.76 | 0.48 |
| Hex | A2 | D8 | 1E | 19 | 0 | 56 | F | 4D | 4C | 30 |
| Octal | 242 | 330 | 36 | 31 | 0 | 126 | 17 | 115 | 114 | 60 |
| Binary | 10100010 | 11011000 | 11110 | 11001 | 0 | 1010110 | 1111 | 1001101 | 1001100 | 110000 |
Color Harmonies of #A2D81E
Complementary color
Monochromatic Colors of #A2D81E
Black with #A2D81E
Text Example
Text Example
White with #A2D81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D81E; }
p { color: rgb(162,216,30); }
H1.HeaderClassName
{
color: #A2D81E;
}
.AnyTagClassName
{
color: #A2D81E;
}
</style>
background-color css
<style>
a { background-color: #A2D81E; }
a { background-color: rgb(162,216,30); }
div.DivClassName
{
background-color: #A2D81E;
}
.BgClassName
{
background-color: #A2D81E;
}
</style>
border-color css
<style>
span { border-color: #A2D81E; }
span { border-color: rgb(162,216,30); }
td.TdClassName
{
border-color: #A2D81E;
}
.TagClassName
{
border-color: #A2D81E;
}
</style>