Shades of Inch Worm #A2D819
Tints of Inch Worm #A2D819
RGB
CMYK
RGB Variations
Color information
#A2D819 (or 0xA2D819) is known color: Inch Worm. HEX triplet: A2, D8 and 19. RGB value is (162,216,25). Sum of RGB (Red+Green+Blue) = 162+216+25=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D819 is #5D27E6. Grayscale: #B2B2B2. Windows color (decimal): -6105063 or 1693858. OLE color: 1693858.
HSL color Cylindrical-coordinate representation of color #A2D819: hue angle of 76.96º 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 #A2D819 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 25 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.15 |
| HSL | 76.96º | 0.79% | 0.47% | - |
| HSV(B) | 76.96º | 0.88% | 0.85% | - |
| XYZ | 39.63 | 56.86 | 9.81 | - |
| YUV | 178.08 | 41.61 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 25 | 0.25 | 0 | 0.88 | 0.15 | 76.96 | 0.79 | 0.47 |
| Hex | A2 | D8 | 19 | 19 | 0 | 58 | F | 4D | 4F | 2F |
| Octal | 242 | 330 | 31 | 31 | 0 | 130 | 17 | 115 | 117 | 57 |
| Binary | 10100010 | 11011000 | 11001 | 11001 | 0 | 1011000 | 1111 | 1001101 | 1001111 | 101111 |
Color Harmonies of #A2D819
Complementary color
Monochromatic Colors of #A2D819
Black with #A2D819
Text Example
Text Example
White with #A2D819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D819; }
p { color: rgb(162,216,25); }
H1.HeaderClassName
{
color: #A2D819;
}
.AnyTagClassName
{
color: #A2D819;
}
</style>
background-color css
<style>
a { background-color: #A2D819; }
a { background-color: rgb(162,216,25); }
div.DivClassName
{
background-color: #A2D819;
}
.BgClassName
{
background-color: #A2D819;
}
</style>
border-color css
<style>
span { border-color: #A2D819; }
span { border-color: rgb(162,216,25); }
td.TdClassName
{
border-color: #A2D819;
}
.TagClassName
{
border-color: #A2D819;
}
</style>