Shades of Inch Worm #A2D605
Tints of Inch Worm #A2D605
RGB
CMYK
RGB Variations
Color information
#A2D605 (or 0xA2D605) is known color: Inch Worm. HEX triplet: A2, D6 and 05. RGB value is (162,214,5). Sum of RGB (Red+Green+Blue) = 162+214+5=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 214 (83.98% from 255 or 56.17% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D605 is #5D29FA. Grayscale: #AFAFAF. Windows color (decimal): -6105595 or 382626. OLE color: 382626.
HSL color Cylindrical-coordinate representation of color #A2D605: hue angle of 74.93º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2D605 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 5 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.16 |
| HSL | 74.93º | 0.95% | 0.43% | - |
| HSV(B) | 74.93º | 0.98% | 0.84% | - |
| XYZ | 38.97 | 55.79 | 8.86 | - |
| YUV | 174.63 | 32.27 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 5 | 0.24 | 0 | 0.98 | 0.16 | 74.93 | 0.95 | 0.43 |
| Hex | A2 | D6 | 5 | 18 | 0 | 62 | 10 | 4B | 5F | 2B |
| Octal | 242 | 326 | 5 | 30 | 0 | 142 | 20 | 113 | 137 | 53 |
| Binary | 10100010 | 11010110 | 101 | 11000 | 0 | 1100010 | 10000 | 1001011 | 1011111 | 101011 |
Color Harmonies of #A2D605
Complementary color
Monochromatic Colors of #A2D605
Black with #A2D605
Text Example
Text Example
White with #A2D605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D605; }
p { color: rgb(162,214,5); }
H1.HeaderClassName
{
color: #A2D605;
}
.AnyTagClassName
{
color: #A2D605;
}
</style>
background-color css
<style>
a { background-color: #A2D605; }
a { background-color: rgb(162,214,5); }
div.DivClassName
{
background-color: #A2D605;
}
.BgClassName
{
background-color: #A2D605;
}
</style>
border-color css
<style>
span { border-color: #A2D605; }
span { border-color: rgb(162,214,5); }
td.TdClassName
{
border-color: #A2D605;
}
.TagClassName
{
border-color: #A2D605;
}
</style>