Shades of Inch Worm #A2D914
Tints of Inch Worm #A2D914
RGB
CMYK
RGB Variations
Color information
#A2D914 (or 0xA2D914) is known color: Inch Worm. HEX triplet: A2, D9 and 14. RGB value is (162,217,20). Sum of RGB (Red+Green+Blue) = 162+217+20=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 217 (85.16% from 255 or 54.39% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D914 is #5D26EB. Grayscale: #B2B2B2. Windows color (decimal): -6104812 or 1366434. OLE color: 1366434.
HSL color Cylindrical-coordinate representation of color #A2D914: hue angle of 76.75º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2D914 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
RGB | 162 | 217 | 20 | - |
CMYK | 0.25 | 0 | 0.91 | 0.15 |
HSL | 76.75º | 0.83% | 0.46% | - |
HSV(B) | 76.75º | 0.91% | 0.85% | - |
XYZ | 39.84 | 57.36 | 9.63 | - |
YUV | 178.1 | 38.78 | 116.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 217 | 20 | 0.25 | 0 | 0.91 | 0.15 | 76.75 | 0.83 | 0.46 |
Hex | A2 | D9 | 14 | 19 | 0 | 5B | F | 4D | 53 | 2E |
Octal | 242 | 331 | 24 | 31 | 0 | 133 | 17 | 115 | 123 | 56 |
Binary | 10100010 | 11011001 | 10100 | 11001 | 0 | 1011011 | 1111 | 1001101 | 1010011 | 101110 |
Color Harmonies of #A2D914
Complementary color
Monochromatic Colors of #A2D914
Black with #A2D914
Text Example
Text Example
White with #A2D914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D914; }
p { color: rgb(162,217,20); }
H1.HeaderClassName
{
color: #A2D914;
}
.AnyTagClassName
{
color: #A2D914;
}
</style>
background-color css
<style>
a { background-color: #A2D914; }
a { background-color: rgb(162,217,20); }
div.DivClassName
{
background-color: #A2D914;
}
.BgClassName
{
background-color: #A2D914;
}
</style>
border-color css
<style>
span { border-color: #A2D914; }
span { border-color: rgb(162,217,20); }
td.TdClassName
{
border-color: #A2D914;
}
.TagClassName
{
border-color: #A2D914;
}
</style>