Shades of Inch Worm #A8E028
Tints of Inch Worm #A8E028
RGB
CMYK
RGB Variations
Color information
#A8E028 (or 0xA8E028) is known color: Inch Worm. HEX triplet: A8, E0 and 28. RGB value is (168,224,40). Sum of RGB (Red+Green+Blue) = 168+224+40=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E028 is #571FD7. Grayscale: #BABABA. Windows color (decimal): -5709784 or 2678952. OLE color: 2678952.
HSL color Cylindrical-coordinate representation of color #A8E028: hue angle of 78.26º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8E028 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 40 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.12 |
| HSL | 78.26º | 0.75% | 0.52% | - |
| HSV(B) | 78.26º | 0.82% | 0.88% | - |
| XYZ | 43.19 | 61.79 | 11.66 | - |
| YUV | 186.28 | 45.45 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 40 | 0.25 | 0 | 0.82 | 0.12 | 78.26 | 0.75 | 0.52 |
| Hex | A8 | E0 | 28 | 19 | 0 | 52 | C | 4E | 4B | 34 |
| Octal | 250 | 340 | 50 | 31 | 0 | 122 | 14 | 116 | 113 | 64 |
| Binary | 10101000 | 11100000 | 101000 | 11001 | 0 | 1010010 | 1100 | 1001110 | 1001011 | 110100 |
Color Harmonies of #A8E028
Complementary color
Monochromatic Colors of #A8E028
Black with #A8E028
Text Example
Text Example
White with #A8E028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E028; }
p { color: rgb(168,224,40); }
H1.HeaderClassName
{
color: #A8E028;
}
.AnyTagClassName
{
color: #A8E028;
}
</style>
background-color css
<style>
a { background-color: #A8E028; }
a { background-color: rgb(168,224,40); }
div.DivClassName
{
background-color: #A8E028;
}
.BgClassName
{
background-color: #A8E028;
}
</style>
border-color css
<style>
span { border-color: #A8E028; }
span { border-color: rgb(168,224,40); }
td.TdClassName
{
border-color: #A8E028;
}
.TagClassName
{
border-color: #A8E028;
}
</style>