Shades of Inch Worm #A2D81F
Tints of Inch Worm #A2D81F
RGB
CMYK
RGB Variations
Color information
#A2D81F (or 0xA2D81F) is known color: Inch Worm. HEX triplet: A2, D8 and 1F. RGB value is (162,216,31). Sum of RGB (Red+Green+Blue) = 162+216+31=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 216 (84.77% from 255 or 52.81% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D81F is #5D27E0. Grayscale: #B3B3B3. Windows color (decimal): -6105057 or 2087074. OLE color: 2087074.
HSL color Cylindrical-coordinate representation of color #A2D81F: hue angle of 77.51º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2D81F is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 31 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.15 |
| HSL | 77.51º | 0.75% | 0.48% | - |
| HSV(B) | 77.51º | 0.86% | 0.85% | - |
| XYZ | 39.7 | 56.89 | 10.18 | - |
| YUV | 178.76 | 44.61 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 31 | 0.25 | 0 | 0.86 | 0.15 | 77.51 | 0.75 | 0.48 |
| Hex | A2 | D8 | 1F | 19 | 0 | 56 | F | 4E | 4B | 30 |
| Octal | 242 | 330 | 37 | 31 | 0 | 126 | 17 | 116 | 113 | 60 |
| Binary | 10100010 | 11011000 | 11111 | 11001 | 0 | 1010110 | 1111 | 1001110 | 1001011 | 110000 |
Color Harmonies of #A2D81F
Complementary color
Monochromatic Colors of #A2D81F
Black with #A2D81F
Text Example
Text Example
White with #A2D81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D81F; }
p { color: rgb(162,216,31); }
H1.HeaderClassName
{
color: #A2D81F;
}
.AnyTagClassName
{
color: #A2D81F;
}
</style>
background-color css
<style>
a { background-color: #A2D81F; }
a { background-color: rgb(162,216,31); }
div.DivClassName
{
background-color: #A2D81F;
}
.BgClassName
{
background-color: #A2D81F;
}
</style>
border-color css
<style>
span { border-color: #A2D81F; }
span { border-color: rgb(162,216,31); }
td.TdClassName
{
border-color: #A2D81F;
}
.TagClassName
{
border-color: #A2D81F;
}
</style>