Shades of Inch Worm #A2D919
Tints of Inch Worm #A2D919
RGB
CMYK
RGB Variations
Color information
#A2D919 (or 0xA2D919) is known color: Inch Worm. HEX triplet: A2, D9 and 19. RGB value is (162,217,25). Sum of RGB (Red+Green+Blue) = 162+217+25=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D919 is #5D26E6. Grayscale: #B3B3B3. Windows color (decimal): -6104807 or 1694114. OLE color: 1694114.
HSL color Cylindrical-coordinate representation of color #A2D919: hue angle of 77.19º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2D919 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 25 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.15 |
| HSL | 77.19º | 0.79% | 0.47% | - |
| HSV(B) | 77.19º | 0.88% | 0.85% | - |
| XYZ | 39.89 | 57.38 | 9.89 | - |
| YUV | 178.67 | 41.28 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 25 | 0.25 | 0 | 0.88 | 0.15 | 77.19 | 0.79 | 0.47 |
| Hex | A2 | D9 | 19 | 19 | 0 | 58 | F | 4D | 4F | 2F |
| Octal | 242 | 331 | 31 | 31 | 0 | 130 | 17 | 115 | 117 | 57 |
| Binary | 10100010 | 11011001 | 11001 | 11001 | 0 | 1011000 | 1111 | 1001101 | 1001111 | 101111 |
Color Harmonies of #A2D919
Complementary color
Monochromatic Colors of #A2D919
Black with #A2D919
Text Example
Text Example
White with #A2D919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D919; }
p { color: rgb(162,217,25); }
H1.HeaderClassName
{
color: #A2D919;
}
.AnyTagClassName
{
color: #A2D919;
}
</style>
background-color css
<style>
a { background-color: #A2D919; }
a { background-color: rgb(162,217,25); }
div.DivClassName
{
background-color: #A2D919;
}
.BgClassName
{
background-color: #A2D919;
}
</style>
border-color css
<style>
span { border-color: #A2D919; }
span { border-color: rgb(162,217,25); }
td.TdClassName
{
border-color: #A2D919;
}
.TagClassName
{
border-color: #A2D919;
}
</style>