Shades of Inch Worm #A2D609
Tints of Inch Worm #A2D609
RGB
CMYK
RGB Variations
Color information
#A2D609 (or 0xA2D609) is known color: Inch Worm. HEX triplet: A2, D6 and 09. RGB value is (162,214,9). Sum of RGB (Red+Green+Blue) = 162+214+9=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 9 (3.91% from 255 or 2.34% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D609 is #5D29F6. Grayscale: #AFAFAF. Windows color (decimal): -6105591 or 644770. OLE color: 644770.
HSL color Cylindrical-coordinate representation of color #A2D609: hue angle of 75.22º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2D609 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 9 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.16 |
| HSL | 75.22º | 0.92% | 0.44% | - |
| HSV(B) | 75.22º | 0.96% | 0.84% | - |
| XYZ | 39 | 55.79 | 8.97 | - |
| YUV | 175.08 | 34.27 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 9 | 0.24 | 0 | 0.96 | 0.16 | 75.22 | 0.92 | 0.44 |
| Hex | A2 | D6 | 9 | 18 | 0 | 60 | 10 | 4B | 5C | 2C |
| Octal | 242 | 326 | 11 | 30 | 0 | 140 | 20 | 113 | 134 | 54 |
| Binary | 10100010 | 11010110 | 1001 | 11000 | 0 | 1100000 | 10000 | 1001011 | 1011100 | 101100 |
Color Harmonies of #A2D609
Complementary color
Monochromatic Colors of #A2D609
Black with #A2D609
Text Example
Text Example
White with #A2D609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D609; }
p { color: rgb(162,214,9); }
H1.HeaderClassName
{
color: #A2D609;
}
.AnyTagClassName
{
color: #A2D609;
}
</style>
background-color css
<style>
a { background-color: #A2D609; }
a { background-color: rgb(162,214,9); }
div.DivClassName
{
background-color: #A2D609;
}
.BgClassName
{
background-color: #A2D609;
}
</style>
border-color css
<style>
span { border-color: #A2D609; }
span { border-color: rgb(162,214,9); }
td.TdClassName
{
border-color: #A2D609;
}
.TagClassName
{
border-color: #A2D609;
}
</style>