Shades of Inch Worm #A2D30C
Tints of Inch Worm #A2D30C
RGB
CMYK
RGB Variations
Color information
#A2D30C (or 0xA2D30C) is known color: Inch Worm. HEX triplet: A2, D3 and 0C. RGB value is (162,211,12). Sum of RGB (Red+Green+Blue) = 162+211+12=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D30C is #5D2CF3. Grayscale: #AEAEAE. Windows color (decimal): -6106356 or 840610. OLE color: 840610.
HSL color Cylindrical-coordinate representation of color #A2D30C: hue angle of 74.77º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2D30C is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 12 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.17 |
| HSL | 74.77º | 0.89% | 0.44% | - |
| HSV(B) | 74.77º | 0.94% | 0.83% | - |
| XYZ | 38.26 | 54.3 | 8.81 | - |
| YUV | 173.66 | 36.77 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 12 | 0.23 | 0 | 0.94 | 0.17 | 74.77 | 0.89 | 0.44 |
| Hex | A2 | D3 | C | 17 | 0 | 5E | 11 | 4B | 59 | 2C |
| Octal | 242 | 323 | 14 | 27 | 0 | 136 | 21 | 113 | 131 | 54 |
| Binary | 10100010 | 11010011 | 1100 | 10111 | 0 | 1011110 | 10001 | 1001011 | 1011001 | 101100 |
Color Harmonies of #A2D30C
Complementary color
Monochromatic Colors of #A2D30C
Black with #A2D30C
Text Example
Text Example
White with #A2D30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D30C; }
p { color: rgb(162,211,12); }
H1.HeaderClassName
{
color: #A2D30C;
}
.AnyTagClassName
{
color: #A2D30C;
}
</style>
background-color css
<style>
a { background-color: #A2D30C; }
a { background-color: rgb(162,211,12); }
div.DivClassName
{
background-color: #A2D30C;
}
.BgClassName
{
background-color: #A2D30C;
}
</style>
border-color css
<style>
span { border-color: #A2D30C; }
span { border-color: rgb(162,211,12); }
td.TdClassName
{
border-color: #A2D30C;
}
.TagClassName
{
border-color: #A2D30C;
}
</style>