Shades of Inch Worm #A2D808
Tints of Inch Worm #A2D808
RGB
CMYK
RGB Variations
Color information
#A2D808 (or 0xA2D808) is known color: Inch Worm. HEX triplet: A2, D8 and 08. RGB value is (162,216,8). Sum of RGB (Red+Green+Blue) = 162+216+8=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D808 is #5D27F7. Grayscale: #B0B0B0. Windows color (decimal): -6105080 or 579746. OLE color: 579746.
HSL color Cylindrical-coordinate representation of color #A2D808: hue angle of 75.58º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2D808 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 8 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.15 |
| HSL | 75.58º | 0.93% | 0.44% | - |
| HSV(B) | 75.58º | 0.96% | 0.85% | - |
| XYZ | 39.5 | 56.81 | 9.11 | - |
| YUV | 176.14 | 33.11 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 8 | 0.25 | 0 | 0.96 | 0.15 | 75.58 | 0.93 | 0.44 |
| Hex | A2 | D8 | 8 | 19 | 0 | 60 | F | 4C | 5D | 2C |
| Octal | 242 | 330 | 10 | 31 | 0 | 140 | 17 | 114 | 135 | 54 |
| Binary | 10100010 | 11011000 | 1000 | 11001 | 0 | 1100000 | 1111 | 1001100 | 1011101 | 101100 |
Color Harmonies of #A2D808
Complementary color
Monochromatic Colors of #A2D808
Black with #A2D808
Text Example
Text Example
White with #A2D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D808; }
p { color: rgb(162,216,8); }
H1.HeaderClassName
{
color: #A2D808;
}
.AnyTagClassName
{
color: #A2D808;
}
</style>
background-color css
<style>
a { background-color: #A2D808; }
a { background-color: rgb(162,216,8); }
div.DivClassName
{
background-color: #A2D808;
}
.BgClassName
{
background-color: #A2D808;
}
</style>
border-color css
<style>
span { border-color: #A2D808; }
span { border-color: rgb(162,216,8); }
td.TdClassName
{
border-color: #A2D808;
}
.TagClassName
{
border-color: #A2D808;
}
</style>