Shades of Inch Worm #A2D71B
Tints of Inch Worm #A2D71B
RGB
CMYK
RGB Variations
Color information
#A2D71B (or 0xA2D71B) is known color: Inch Worm. HEX triplet: A2, D7 and 1B. RGB value is (162,215,27). Sum of RGB (Red+Green+Blue) = 162+215+27=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D71B is #5D28E4. Grayscale: #B2B2B2. Windows color (decimal): -6105317 or 1824674. OLE color: 1824674.
HSL color Cylindrical-coordinate representation of color #A2D71B: hue angle of 76.91º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2D71B is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 27 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.16 |
| HSL | 76.91º | 0.78% | 0.47% | - |
| HSV(B) | 76.91º | 0.87% | 0.84% | - |
| XYZ | 39.4 | 56.36 | 9.84 | - |
| YUV | 177.72 | 42.94 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 27 | 0.25 | 0 | 0.87 | 0.16 | 76.91 | 0.78 | 0.47 |
| Hex | A2 | D7 | 1B | 19 | 0 | 57 | 10 | 4D | 4E | 2F |
| Octal | 242 | 327 | 33 | 31 | 0 | 127 | 20 | 115 | 116 | 57 |
| Binary | 10100010 | 11010111 | 11011 | 11001 | 0 | 1010111 | 10000 | 1001101 | 1001110 | 101111 |
Color Harmonies of #A2D71B
Complementary color
Monochromatic Colors of #A2D71B
Black with #A2D71B
Text Example
Text Example
White with #A2D71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D71B; }
p { color: rgb(162,215,27); }
H1.HeaderClassName
{
color: #A2D71B;
}
.AnyTagClassName
{
color: #A2D71B;
}
</style>
background-color css
<style>
a { background-color: #A2D71B; }
a { background-color: rgb(162,215,27); }
div.DivClassName
{
background-color: #A2D71B;
}
.BgClassName
{
background-color: #A2D71B;
}
</style>
border-color css
<style>
span { border-color: #A2D71B; }
span { border-color: rgb(162,215,27); }
td.TdClassName
{
border-color: #A2D71B;
}
.TagClassName
{
border-color: #A2D71B;
}
</style>