Shades of Inch Worm #A2D409
Tints of Inch Worm #A2D409
RGB
CMYK
RGB Variations
Color information
#A2D409 (or 0xA2D409) is known color: Inch Worm. HEX triplet: A2, D4 and 09. RGB value is (162,212,9). Sum of RGB (Red+Green+Blue) = 162+212+9=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 212 (83.20% from 255 or 55.35% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D409 is #5D2BF6. Grayscale: #AEAEAE. Windows color (decimal): -6106103 or 644258. OLE color: 644258.
HSL color Cylindrical-coordinate representation of color #A2D409: hue angle of 74.78º degrees, saturation: 0.92, 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 #A2D409 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 9 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.17 |
| HSL | 74.78º | 0.92% | 0.43% | - |
| HSV(B) | 74.78º | 0.96% | 0.83% | - |
| XYZ | 38.49 | 54.79 | 8.8 | - |
| YUV | 173.91 | 34.94 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 9 | 0.24 | 0 | 0.96 | 0.17 | 74.78 | 0.92 | 0.43 |
| Hex | A2 | D4 | 9 | 18 | 0 | 60 | 11 | 4B | 5C | 2B |
| Octal | 242 | 324 | 11 | 30 | 0 | 140 | 21 | 113 | 134 | 53 |
| Binary | 10100010 | 11010100 | 1001 | 11000 | 0 | 1100000 | 10001 | 1001011 | 1011100 | 101011 |
Color Harmonies of #A2D409
Complementary color
Monochromatic Colors of #A2D409
Black with #A2D409
Text Example
Text Example
White with #A2D409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D409; }
p { color: rgb(162,212,9); }
H1.HeaderClassName
{
color: #A2D409;
}
.AnyTagClassName
{
color: #A2D409;
}
</style>
background-color css
<style>
a { background-color: #A2D409; }
a { background-color: rgb(162,212,9); }
div.DivClassName
{
background-color: #A2D409;
}
.BgClassName
{
background-color: #A2D409;
}
</style>
border-color css
<style>
span { border-color: #A2D409; }
span { border-color: rgb(162,212,9); }
td.TdClassName
{
border-color: #A2D409;
}
.TagClassName
{
border-color: #A2D409;
}
</style>