Shades of Inch Worm #A2D90B
Tints of Inch Worm #A2D90B
RGB
CMYK
RGB Variations
Color information
#A2D90B (or 0xA2D90B) is known color: Inch Worm. HEX triplet: A2, D9 and 0B. RGB value is (162,217,11). Sum of RGB (Red+Green+Blue) = 162+217+11=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 217 (85.16% from 255 or 55.64% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D90B is #5D26F4. Grayscale: #B1B1B1. Windows color (decimal): -6104821 or 776610. OLE color: 776610.
HSL color Cylindrical-coordinate representation of color #A2D90B: hue angle of 76.02º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2D90B is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 11 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.15 |
| HSL | 76.02º | 0.9% | 0.45% | - |
| HSV(B) | 76.02º | 0.95% | 0.85% | - |
| XYZ | 39.77 | 57.33 | 9.29 | - |
| YUV | 177.07 | 34.28 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 11 | 0.25 | 0 | 0.95 | 0.15 | 76.02 | 0.9 | 0.45 |
| Hex | A2 | D9 | B | 19 | 0 | 5F | F | 4C | 5A | 2D |
| Octal | 242 | 331 | 13 | 31 | 0 | 137 | 17 | 114 | 132 | 55 |
| Binary | 10100010 | 11011001 | 1011 | 11001 | 0 | 1011111 | 1111 | 1001100 | 1011010 | 101101 |
Color Harmonies of #A2D90B
Complementary color
Monochromatic Colors of #A2D90B
Black with #A2D90B
Text Example
Text Example
White with #A2D90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D90B; }
p { color: rgb(162,217,11); }
H1.HeaderClassName
{
color: #A2D90B;
}
.AnyTagClassName
{
color: #A2D90B;
}
</style>
background-color css
<style>
a { background-color: #A2D90B; }
a { background-color: rgb(162,217,11); }
div.DivClassName
{
background-color: #A2D90B;
}
.BgClassName
{
background-color: #A2D90B;
}
</style>
border-color css
<style>
span { border-color: #A2D90B; }
span { border-color: rgb(162,217,11); }
td.TdClassName
{
border-color: #A2D90B;
}
.TagClassName
{
border-color: #A2D90B;
}
</style>