Shades of Inch Worm #A2D91F
Tints of Inch Worm #A2D91F
RGB
CMYK
RGB Variations
Color information
#A2D91F (or 0xA2D91F) is known color: Inch Worm. HEX triplet: A2, D9 and 1F. RGB value is (162,217,31). Sum of RGB (Red+Green+Blue) = 162+217+31=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 217 (85.16% from 255 or 52.93% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D91F is #5D26E0. Grayscale: #B4B4B4. Windows color (decimal): -6104801 or 2087330. OLE color: 2087330.
HSL color Cylindrical-coordinate representation of color #A2D91F: hue angle of 77.74º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2D91F is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 31 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.15 |
| HSL | 77.74º | 0.75% | 0.49% | - |
| HSV(B) | 77.74º | 0.86% | 0.85% | - |
| XYZ | 39.96 | 57.41 | 10.27 | - |
| YUV | 179.35 | 44.28 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 31 | 0.25 | 0 | 0.86 | 0.15 | 77.74 | 0.75 | 0.49 |
| Hex | A2 | D9 | 1F | 19 | 0 | 56 | F | 4E | 4B | 31 |
| Octal | 242 | 331 | 37 | 31 | 0 | 126 | 17 | 116 | 113 | 61 |
| Binary | 10100010 | 11011001 | 11111 | 11001 | 0 | 1010110 | 1111 | 1001110 | 1001011 | 110001 |
Color Harmonies of #A2D91F
Complementary color
Monochromatic Colors of #A2D91F
Black with #A2D91F
Text Example
Text Example
White with #A2D91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D91F; }
p { color: rgb(162,217,31); }
H1.HeaderClassName
{
color: #A2D91F;
}
.AnyTagClassName
{
color: #A2D91F;
}
</style>
background-color css
<style>
a { background-color: #A2D91F; }
a { background-color: rgb(162,217,31); }
div.DivClassName
{
background-color: #A2D91F;
}
.BgClassName
{
background-color: #A2D91F;
}
</style>
border-color css
<style>
span { border-color: #A2D91F; }
span { border-color: rgb(162,217,31); }
td.TdClassName
{
border-color: #A2D91F;
}
.TagClassName
{
border-color: #A2D91F;
}
</style>