Shades of Inch Worm #A8E000
Tints of Inch Worm #A8E000
RGB
CMYK
RGB Variations
Color information
#A8E000 (or 0xA8E000) is known color: Inch Worm. HEX triplet: A8, E0 and 00. RGB value is (168,224,0). Sum of RGB (Red+Green+Blue) = 168+224+0=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 224 (87.89% from 255 or 57.14% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E000 is #571FFF. Grayscale: #B6B6B6. Windows color (decimal): -5709824 or 57512. OLE color: 57512.
HSL color Cylindrical-coordinate representation of color #A8E000: hue angle of 75º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8E000 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.12 |
| HSL | 75º | 1% | 0.44% | - |
| HSV(B) | 75º | 1% | 0.88% | - |
| XYZ | 42.8 | 61.64 | 9.64 | - |
| YUV | 181.72 | 25.45 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 0 | 0.25 | 0 | 1 | 0.12 | 75 | 1 | 0.44 |
| Hex | A8 | E0 | 0 | 19 | 0 | 64 | C | 4B | 64 | 2C |
| Octal | 250 | 340 | 0 | 31 | 0 | 144 | 14 | 113 | 144 | 54 |
| Binary | 10101000 | 11100000 | 0 | 11001 | 0 | 1100100 | 1100 | 1001011 | 1100100 | 101100 |
Color Harmonies of #A8E000
Complementary color
Monochromatic Colors of #A8E000
Black with #A8E000
Text Example
Text Example
White with #A8E000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E000; }
p { color: rgb(168,224,0); }
H1.HeaderClassName
{
color: #A8E000;
}
.AnyTagClassName
{
color: #A8E000;
}
</style>
background-color css
<style>
a { background-color: #A8E000; }
a { background-color: rgb(168,224,0); }
div.DivClassName
{
background-color: #A8E000;
}
.BgClassName
{
background-color: #A8E000;
}
</style>
border-color css
<style>
span { border-color: #A8E000; }
span { border-color: rgb(168,224,0); }
td.TdClassName
{
border-color: #A8E000;
}
.TagClassName
{
border-color: #A8E000;
}
</style>