Shades of Inch Worm #A8E80B
Tints of Inch Worm #A8E80B
RGB
CMYK
RGB Variations
Color information
#A8E80B (or 0xA8E80B) is known color: Inch Worm. HEX triplet: A8, E8 and 0B. RGB value is (168,232,11). Sum of RGB (Red+Green+Blue) = 168+232+11=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 232 (91.02% from 255 or 56.45% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E80B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8E80B is #5717F4. Grayscale: #BCBCBC. Windows color (decimal): -5707765 or 780456. OLE color: 780456.
HSL color Cylindrical-coordinate representation of color #A8E80B: hue angle of 77.38º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8E80B is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 232 | 11 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.09 |
| HSL | 77.38º | 0.91% | 0.48% | - |
| HSV(B) | 77.38º | 0.95% | 0.91% | - |
| XYZ | 45.07 | 66.06 | 10.69 | - |
| YUV | 187.67 | 28.3 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 232 | 11 | 0.28 | 0 | 0.95 | 0.09 | 77.38 | 0.91 | 0.48 |
| Hex | A8 | E8 | B | 1C | 0 | 5F | 9 | 4D | 5B | 30 |
| Octal | 250 | 350 | 13 | 34 | 0 | 137 | 11 | 115 | 133 | 60 |
| Binary | 10101000 | 11101000 | 1011 | 11100 | 0 | 1011111 | 1001 | 1001101 | 1011011 | 110000 |
Color Harmonies of #A8E80B
Complementary color
Monochromatic Colors of #A8E80B
Black with #A8E80B
Text Example
Text Example
White with #A8E80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E80B; }
p { color: rgb(168,232,11); }
H1.HeaderClassName
{
color: #A8E80B;
}
.AnyTagClassName
{
color: #A8E80B;
}
</style>
background-color css
<style>
a { background-color: #A8E80B; }
a { background-color: rgb(168,232,11); }
div.DivClassName
{
background-color: #A8E80B;
}
.BgClassName
{
background-color: #A8E80B;
}
</style>
border-color css
<style>
span { border-color: #A8E80B; }
span { border-color: rgb(168,232,11); }
td.TdClassName
{
border-color: #A8E80B;
}
.TagClassName
{
border-color: #A8E80B;
}
</style>