Shades of Inch Worm #A8E40B
Tints of Inch Worm #A8E40B
RGB
CMYK
RGB Variations
Color information
#A8E40B (or 0xA8E40B) is known color: Inch Worm. HEX triplet: A8, E4 and 0B. RGB value is (168,228,11). Sum of RGB (Red+Green+Blue) = 168+228+11=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 228 (89.45% from 255 or 56.02% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E40B is #571BF4. Grayscale: #BABABA. Windows color (decimal): -5708789 or 779432. OLE color: 779432.
HSL color Cylindrical-coordinate representation of color #A8E40B: hue angle of 76.59º 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 #A8E40B is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 11 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.11 |
| HSL | 76.59º | 0.91% | 0.47% | - |
| HSV(B) | 76.59º | 0.95% | 0.89% | - |
| XYZ | 43.95 | 63.84 | 10.32 | - |
| YUV | 185.32 | 29.62 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 11 | 0.26 | 0 | 0.95 | 0.11 | 76.59 | 0.91 | 0.47 |
| Hex | A8 | E4 | B | 1A | 0 | 5F | B | 4D | 5B | 2F |
| Octal | 250 | 344 | 13 | 32 | 0 | 137 | 13 | 115 | 133 | 57 |
| Binary | 10101000 | 11100100 | 1011 | 11010 | 0 | 1011111 | 1011 | 1001101 | 1011011 | 101111 |
Color Harmonies of #A8E40B
Complementary color
Monochromatic Colors of #A8E40B
Black with #A8E40B
Text Example
Text Example
White with #A8E40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E40B; }
p { color: rgb(168,228,11); }
H1.HeaderClassName
{
color: #A8E40B;
}
.AnyTagClassName
{
color: #A8E40B;
}
</style>
background-color css
<style>
a { background-color: #A8E40B; }
a { background-color: rgb(168,228,11); }
div.DivClassName
{
background-color: #A8E40B;
}
.BgClassName
{
background-color: #A8E40B;
}
</style>
border-color css
<style>
span { border-color: #A8E40B; }
span { border-color: rgb(168,228,11); }
td.TdClassName
{
border-color: #A8E40B;
}
.TagClassName
{
border-color: #A8E40B;
}
</style>