Shades of Inch Worm #A2D312
Tints of Inch Worm #A2D312
RGB
CMYK
RGB Variations
Color information
#A2D312 (or 0xA2D312) is known color: Inch Worm. HEX triplet: A2, D3 and 12. RGB value is (162,211,18). Sum of RGB (Red+Green+Blue) = 162+211+18=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 211 (82.81% from 255 or 53.96% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D312 is #5D2CED. Grayscale: #AFAFAF. Windows color (decimal): -6106350 or 1233826. OLE color: 1233826.
HSL color Cylindrical-coordinate representation of color #A2D312: hue angle of 75.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2D312 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 18 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.17 |
| HSL | 75.23º | 0.84% | 0.45% | - |
| HSV(B) | 75.23º | 0.91% | 0.83% | - |
| XYZ | 38.3 | 54.31 | 9.04 | - |
| YUV | 174.35 | 39.77 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 18 | 0.23 | 0 | 0.91 | 0.17 | 75.23 | 0.84 | 0.45 |
| Hex | A2 | D3 | 12 | 17 | 0 | 5B | 11 | 4B | 54 | 2D |
| Octal | 242 | 323 | 22 | 27 | 0 | 133 | 21 | 113 | 124 | 55 |
| Binary | 10100010 | 11010011 | 10010 | 10111 | 0 | 1011011 | 10001 | 1001011 | 1010100 | 101101 |
Color Harmonies of #A2D312
Complementary color
Monochromatic Colors of #A2D312
Black with #A2D312
Text Example
Text Example
White with #A2D312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D312; }
p { color: rgb(162,211,18); }
H1.HeaderClassName
{
color: #A2D312;
}
.AnyTagClassName
{
color: #A2D312;
}
</style>
background-color css
<style>
a { background-color: #A2D312; }
a { background-color: rgb(162,211,18); }
div.DivClassName
{
background-color: #A2D312;
}
.BgClassName
{
background-color: #A2D312;
}
</style>
border-color css
<style>
span { border-color: #A2D312; }
span { border-color: rgb(162,211,18); }
td.TdClassName
{
border-color: #A2D312;
}
.TagClassName
{
border-color: #A2D312;
}
</style>