Shades of Inch Worm #A2D805
Tints of Inch Worm #A2D805
RGB
CMYK
RGB Variations
Color information
#A2D805 (or 0xA2D805) is known color: Inch Worm. HEX triplet: A2, D8 and 05. RGB value is (162,216,5). Sum of RGB (Red+Green+Blue) = 162+216+5=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 216 (84.77% from 255 or 56.40% from 383); Blue value is 5 (2.34% from 255 or 1.31% from 383); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D805 is #5D27FA. Grayscale: #B0B0B0. Windows color (decimal): -6105083 or 383138. OLE color: 383138.
HSL color Cylindrical-coordinate representation of color #A2D805: hue angle of 75.36º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2D805 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 5 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.15 |
| HSL | 75.36º | 0.95% | 0.43% | - |
| HSV(B) | 75.36º | 0.98% | 0.85% | - |
| XYZ | 39.48 | 56.8 | 9.03 | - |
| YUV | 175.8 | 31.61 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 5 | 0.25 | 0 | 0.98 | 0.15 | 75.36 | 0.95 | 0.43 |
| Hex | A2 | D8 | 5 | 19 | 0 | 62 | F | 4B | 5F | 2B |
| Octal | 242 | 330 | 5 | 31 | 0 | 142 | 17 | 113 | 137 | 53 |
| Binary | 10100010 | 11011000 | 101 | 11001 | 0 | 1100010 | 1111 | 1001011 | 1011111 | 101011 |
Color Harmonies of #A2D805
Complementary color
Monochromatic Colors of #A2D805
Black with #A2D805
Text Example
Text Example
White with #A2D805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D805; }
p { color: rgb(162,216,5); }
H1.HeaderClassName
{
color: #A2D805;
}
.AnyTagClassName
{
color: #A2D805;
}
</style>
background-color css
<style>
a { background-color: #A2D805; }
a { background-color: rgb(162,216,5); }
div.DivClassName
{
background-color: #A2D805;
}
.BgClassName
{
background-color: #A2D805;
}
</style>
border-color css
<style>
span { border-color: #A2D805; }
span { border-color: rgb(162,216,5); }
td.TdClassName
{
border-color: #A2D805;
}
.TagClassName
{
border-color: #A2D805;
}
</style>