Shades of Inch Worm #A2D91A
Tints of Inch Worm #A2D91A
RGB
CMYK
RGB Variations
Color information
#A2D91A (or 0xA2D91A) is known color: Inch Worm. HEX triplet: A2, D9 and 1A. RGB value is (162,217,26). Sum of RGB (Red+Green+Blue) = 162+217+26=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D91A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D91A is #5D26E5. Grayscale: #B3B3B3. Windows color (decimal): -6104806 or 1759650. OLE color: 1759650.
HSL color Cylindrical-coordinate representation of color #A2D91A: hue angle of 77.28º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2D91A is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 26 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.15 |
| HSL | 77.28º | 0.79% | 0.48% | - |
| HSV(B) | 77.28º | 0.88% | 0.85% | - |
| XYZ | 39.9 | 57.38 | 9.95 | - |
| YUV | 178.78 | 41.78 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 26 | 0.25 | 0 | 0.88 | 0.15 | 77.28 | 0.79 | 0.48 |
| Hex | A2 | D9 | 1A | 19 | 0 | 58 | F | 4D | 4F | 30 |
| Octal | 242 | 331 | 32 | 31 | 0 | 130 | 17 | 115 | 117 | 60 |
| Binary | 10100010 | 11011001 | 11010 | 11001 | 0 | 1011000 | 1111 | 1001101 | 1001111 | 110000 |
Color Harmonies of #A2D91A
Complementary color
Monochromatic Colors of #A2D91A
Black with #A2D91A
Text Example
Text Example
White with #A2D91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D91A; }
p { color: rgb(162,217,26); }
H1.HeaderClassName
{
color: #A2D91A;
}
.AnyTagClassName
{
color: #A2D91A;
}
</style>
background-color css
<style>
a { background-color: #A2D91A; }
a { background-color: rgb(162,217,26); }
div.DivClassName
{
background-color: #A2D91A;
}
.BgClassName
{
background-color: #A2D91A;
}
</style>
border-color css
<style>
span { border-color: #A2D91A; }
span { border-color: rgb(162,217,26); }
td.TdClassName
{
border-color: #A2D91A;
}
.TagClassName
{
border-color: #A2D91A;
}
</style>