Shades of Inch Worm #A8E01C
Tints of Inch Worm #A8E01C
RGB
CMYK
RGB Variations
Color information
#A8E01C (or 0xA8E01C) is known color: Inch Worm. HEX triplet: A8, E0 and 1C. RGB value is (168,224,28). Sum of RGB (Red+Green+Blue) = 168+224+28=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E01C is #571FE3. Grayscale: #B9B9B9. Windows color (decimal): -5709796 or 1892520. OLE color: 1892520.
HSL color Cylindrical-coordinate representation of color #A8E01C: hue angle of 77.14º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8E01C is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 28 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.12 |
| HSL | 77.14º | 0.78% | 0.49% | - |
| HSV(B) | 77.14º | 0.88% | 0.88% | - |
| XYZ | 43.01 | 61.72 | 10.74 | - |
| YUV | 184.91 | 39.45 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 28 | 0.25 | 0 | 0.88 | 0.12 | 77.14 | 0.78 | 0.49 |
| Hex | A8 | E0 | 1C | 19 | 0 | 58 | C | 4D | 4E | 31 |
| Octal | 250 | 340 | 34 | 31 | 0 | 130 | 14 | 115 | 116 | 61 |
| Binary | 10101000 | 11100000 | 11100 | 11001 | 0 | 1011000 | 1100 | 1001101 | 1001110 | 110001 |
Color Harmonies of #A8E01C
Complementary color
Monochromatic Colors of #A8E01C
Black with #A8E01C
Text Example
Text Example
White with #A8E01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E01C; }
p { color: rgb(168,224,28); }
H1.HeaderClassName
{
color: #A8E01C;
}
.AnyTagClassName
{
color: #A8E01C;
}
</style>
background-color css
<style>
a { background-color: #A8E01C; }
a { background-color: rgb(168,224,28); }
div.DivClassName
{
background-color: #A8E01C;
}
.BgClassName
{
background-color: #A8E01C;
}
</style>
border-color css
<style>
span { border-color: #A8E01C; }
span { border-color: rgb(168,224,28); }
td.TdClassName
{
border-color: #A8E01C;
}
.TagClassName
{
border-color: #A8E01C;
}
</style>