Shades of Inch Worm #A8E30A
Tints of Inch Worm #A8E30A
RGB
CMYK
RGB Variations
Color information
#A8E30A (or 0xA8E30A) is known color: Inch Worm. HEX triplet: A8, E3 and 0A. RGB value is (168,227,10). Sum of RGB (Red+Green+Blue) = 168+227+10=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 227 (89.06% from 255 or 56.05% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E30A is #571CF5. Grayscale: #B9B9B9. Windows color (decimal): -5709046 or 713640. OLE color: 713640.
HSL color Cylindrical-coordinate representation of color #A8E30A: hue angle of 76.31º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8E30A is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 10 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.11 |
| HSL | 76.31º | 0.92% | 0.46% | - |
| HSV(B) | 76.31º | 0.96% | 0.89% | - |
| XYZ | 43.67 | 63.28 | 10.2 | - |
| YUV | 184.62 | 29.45 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 10 | 0.26 | 0 | 0.96 | 0.11 | 76.31 | 0.92 | 0.46 |
| Hex | A8 | E3 | A | 1A | 0 | 60 | B | 4C | 5C | 2E |
| Octal | 250 | 343 | 12 | 32 | 0 | 140 | 13 | 114 | 134 | 56 |
| Binary | 10101000 | 11100011 | 1010 | 11010 | 0 | 1100000 | 1011 | 1001100 | 1011100 | 101110 |
Color Harmonies of #A8E30A
Complementary color
Monochromatic Colors of #A8E30A
Black with #A8E30A
Text Example
Text Example
White with #A8E30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E30A; }
p { color: rgb(168,227,10); }
H1.HeaderClassName
{
color: #A8E30A;
}
.AnyTagClassName
{
color: #A8E30A;
}
</style>
background-color css
<style>
a { background-color: #A8E30A; }
a { background-color: rgb(168,227,10); }
div.DivClassName
{
background-color: #A8E30A;
}
.BgClassName
{
background-color: #A8E30A;
}
</style>
border-color css
<style>
span { border-color: #A8E30A; }
span { border-color: rgb(168,227,10); }
td.TdClassName
{
border-color: #A8E30A;
}
.TagClassName
{
border-color: #A8E30A;
}
</style>