Shades of Inch Worm #A8E30D
Tints of Inch Worm #A8E30D
RGB
CMYK
RGB Variations
Color information
#A8E30D (or 0xA8E30D) is known color: Inch Worm. HEX triplet: A8, E3 and 0D. RGB value is (168,227,13). Sum of RGB (Red+Green+Blue) = 168+227+13=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 227 (89.06% from 255 or 55.64% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E30D is #571CF2. Grayscale: #B9B9B9. Windows color (decimal): -5709043 or 910248. OLE color: 910248.
HSL color Cylindrical-coordinate representation of color #A8E30D: hue angle of 76.54º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8E30D is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 13 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.11 |
| HSL | 76.54º | 0.89% | 0.47% | - |
| HSV(B) | 76.54º | 0.94% | 0.89% | - |
| XYZ | 43.69 | 63.29 | 10.29 | - |
| YUV | 184.96 | 30.95 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 13 | 0.26 | 0 | 0.94 | 0.11 | 76.54 | 0.89 | 0.47 |
| Hex | A8 | E3 | D | 1A | 0 | 5E | B | 4D | 59 | 2F |
| Octal | 250 | 343 | 15 | 32 | 0 | 136 | 13 | 115 | 131 | 57 |
| Binary | 10101000 | 11100011 | 1101 | 11010 | 0 | 1011110 | 1011 | 1001101 | 1011001 | 101111 |
Color Harmonies of #A8E30D
Complementary color
Monochromatic Colors of #A8E30D
Black with #A8E30D
Text Example
Text Example
White with #A8E30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E30D; }
p { color: rgb(168,227,13); }
H1.HeaderClassName
{
color: #A8E30D;
}
.AnyTagClassName
{
color: #A8E30D;
}
</style>
background-color css
<style>
a { background-color: #A8E30D; }
a { background-color: rgb(168,227,13); }
div.DivClassName
{
background-color: #A8E30D;
}
.BgClassName
{
background-color: #A8E30D;
}
</style>
border-color css
<style>
span { border-color: #A8E30D; }
span { border-color: rgb(168,227,13); }
td.TdClassName
{
border-color: #A8E30D;
}
.TagClassName
{
border-color: #A8E30D;
}
</style>