Shades of Inch Worm #A2D408
Tints of Inch Worm #A2D408
RGB
CMYK
RGB Variations
Color information
#A2D408 (or 0xA2D408) is known color: Inch Worm. HEX triplet: A2, D4 and 08. RGB value is (162,212,8). Sum of RGB (Red+Green+Blue) = 162+212+8=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 212 (83.20% from 255 or 55.50% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D408 is #5D2BF7. Grayscale: #AEAEAE. Windows color (decimal): -6106104 or 578722. OLE color: 578722.
HSL color Cylindrical-coordinate representation of color #A2D408: hue angle of 74.71º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2D408 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 8 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.17 |
| HSL | 74.71º | 0.93% | 0.43% | - |
| HSV(B) | 74.71º | 0.96% | 0.83% | - |
| XYZ | 38.49 | 54.79 | 8.78 | - |
| YUV | 173.79 | 34.44 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 8 | 0.24 | 0 | 0.96 | 0.17 | 74.71 | 0.93 | 0.43 |
| Hex | A2 | D4 | 8 | 18 | 0 | 60 | 11 | 4B | 5D | 2B |
| Octal | 242 | 324 | 10 | 30 | 0 | 140 | 21 | 113 | 135 | 53 |
| Binary | 10100010 | 11010100 | 1000 | 11000 | 0 | 1100000 | 10001 | 1001011 | 1011101 | 101011 |
Color Harmonies of #A2D408
Complementary color
Monochromatic Colors of #A2D408
Black with #A2D408
Text Example
Text Example
White with #A2D408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D408; }
p { color: rgb(162,212,8); }
H1.HeaderClassName
{
color: #A2D408;
}
.AnyTagClassName
{
color: #A2D408;
}
</style>
background-color css
<style>
a { background-color: #A2D408; }
a { background-color: rgb(162,212,8); }
div.DivClassName
{
background-color: #A2D408;
}
.BgClassName
{
background-color: #A2D408;
}
</style>
border-color css
<style>
span { border-color: #A2D408; }
span { border-color: rgb(162,212,8); }
td.TdClassName
{
border-color: #A2D408;
}
.TagClassName
{
border-color: #A2D408;
}
</style>