Shades of Inch Worm #A8E00D
Tints of Inch Worm #A8E00D
RGB
CMYK
RGB Variations
Color information
#A8E00D (or 0xA8E00D) is known color: Inch Worm. HEX triplet: A8, E0 and 0D. RGB value is (168,224,13). Sum of RGB (Red+Green+Blue) = 168+224+13=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 224 (87.89% from 255 or 55.31% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E00D is #571FF2. Grayscale: #B7B7B7. Windows color (decimal): -5709811 or 909480. OLE color: 909480.
HSL color Cylindrical-coordinate representation of color #A8E00D: hue angle of 75.92º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8E00D is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 13 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.12 |
| HSL | 75.92º | 0.89% | 0.46% | - |
| HSV(B) | 75.92º | 0.94% | 0.88% | - |
| XYZ | 42.88 | 61.67 | 10.02 | - |
| YUV | 183.2 | 31.95 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 13 | 0.25 | 0 | 0.94 | 0.12 | 75.92 | 0.89 | 0.46 |
| Hex | A8 | E0 | D | 19 | 0 | 5E | C | 4C | 59 | 2E |
| Octal | 250 | 340 | 15 | 31 | 0 | 136 | 14 | 114 | 131 | 56 |
| Binary | 10101000 | 11100000 | 1101 | 11001 | 0 | 1011110 | 1100 | 1001100 | 1011001 | 101110 |
Color Harmonies of #A8E00D
Complementary color
Monochromatic Colors of #A8E00D
Black with #A8E00D
Text Example
Text Example
White with #A8E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E00D; }
p { color: rgb(168,224,13); }
H1.HeaderClassName
{
color: #A8E00D;
}
.AnyTagClassName
{
color: #A8E00D;
}
</style>
background-color css
<style>
a { background-color: #A8E00D; }
a { background-color: rgb(168,224,13); }
div.DivClassName
{
background-color: #A8E00D;
}
.BgClassName
{
background-color: #A8E00D;
}
</style>
border-color css
<style>
span { border-color: #A8E00D; }
span { border-color: rgb(168,224,13); }
td.TdClassName
{
border-color: #A8E00D;
}
.TagClassName
{
border-color: #A8E00D;
}
</style>