Shades of Inch Worm #A0E30B
Tints of Inch Worm #A0E30B
RGB
CMYK
RGB Variations
Color information
#A0E30B (or 0xA0E30B) is known color: Inch Worm. HEX triplet: A0, E3 and 0B. RGB value is (160,227,11). Sum of RGB (Red+Green+Blue) = 160+227+11=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 227 (89.06% from 255 or 57.04% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E30B is #5F1CF4. Grayscale: #B7B7B7. Windows color (decimal): -6233333 or 779168. OLE color: 779168.
HSL color Cylindrical-coordinate representation of color #A0E30B: hue angle of 78.61º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0E30B is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 227 | 11 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.11 |
| HSL | 78.61º | 0.91% | 0.47% | - |
| HSV(B) | 78.61º | 0.95% | 0.89% | - |
| XYZ | 42.03 | 62.44 | 10.15 | - |
| YUV | 182.34 | 31.3 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 11 | 0.30 | 0 | 0.95 | 0.11 | 78.61 | 0.91 | 0.47 |
| Hex | A0 | E3 | B | 1E | 0 | 5F | B | 4F | 5B | 2F |
| Octal | 240 | 343 | 13 | 36 | 0 | 137 | 13 | 117 | 133 | 57 |
| Binary | 10100000 | 11100011 | 1011 | 11110 | 0 | 1011111 | 1011 | 1001111 | 1011011 | 101111 |
Color Harmonies of #A0E30B
Complementary color
Monochromatic Colors of #A0E30B
Black with #A0E30B
Text Example
Text Example
White with #A0E30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E30B; }
p { color: rgb(160,227,11); }
H1.HeaderClassName
{
color: #A0E30B;
}
.AnyTagClassName
{
color: #A0E30B;
}
</style>
background-color css
<style>
a { background-color: #A0E30B; }
a { background-color: rgb(160,227,11); }
div.DivClassName
{
background-color: #A0E30B;
}
.BgClassName
{
background-color: #A0E30B;
}
</style>
border-color css
<style>
span { border-color: #A0E30B; }
span { border-color: rgb(160,227,11); }
td.TdClassName
{
border-color: #A0E30B;
}
.TagClassName
{
border-color: #A0E30B;
}
</style>