Shades of Inch Worm #A0D81E
Tints of Inch Worm #A0D81E
RGB
CMYK
RGB Variations
Color information
#A0D81E (or 0xA0D81E) is known color: Inch Worm. HEX triplet: A0, D8 and 1E. RGB value is (160,216,30). Sum of RGB (Red+Green+Blue) = 160+216+30=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D81E is #5F27E1. Grayscale: #B2B2B2. Windows color (decimal): -6236130 or 2021536. OLE color: 2021536.
HSL color Cylindrical-coordinate representation of color #A0D81E: hue angle of 78.06º degrees, saturation: 0.76, 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 #A0D81E is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 30 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.15 |
| HSL | 78.06º | 0.76% | 0.48% | - |
| HSV(B) | 78.06º | 0.86% | 0.85% | - |
| XYZ | 39.29 | 56.68 | 10.1 | - |
| YUV | 178.05 | 44.45 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 30 | 0.26 | 0 | 0.86 | 0.15 | 78.06 | 0.76 | 0.48 |
| Hex | A0 | D8 | 1E | 1A | 0 | 56 | F | 4E | 4C | 30 |
| Octal | 240 | 330 | 36 | 32 | 0 | 126 | 17 | 116 | 114 | 60 |
| Binary | 10100000 | 11011000 | 11110 | 11010 | 0 | 1010110 | 1111 | 1001110 | 1001100 | 110000 |
Color Harmonies of #A0D81E
Complementary color
Monochromatic Colors of #A0D81E
Black with #A0D81E
Text Example
Text Example
White with #A0D81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D81E; }
p { color: rgb(160,216,30); }
H1.HeaderClassName
{
color: #A0D81E;
}
.AnyTagClassName
{
color: #A0D81E;
}
</style>
background-color css
<style>
a { background-color: #A0D81E; }
a { background-color: rgb(160,216,30); }
div.DivClassName
{
background-color: #A0D81E;
}
.BgClassName
{
background-color: #A0D81E;
}
</style>
border-color css
<style>
span { border-color: #A0D81E; }
span { border-color: rgb(160,216,30); }
td.TdClassName
{
border-color: #A0D81E;
}
.TagClassName
{
border-color: #A0D81E;
}
</style>