Shades of Inch Worm #A8E406
Tints of Inch Worm #A8E406
RGB
CMYK
RGB Variations
Color information
#A8E406 (or 0xA8E406) is known color: Inch Worm. HEX triplet: A8, E4 and 06. RGB value is (168,228,6). Sum of RGB (Red+Green+Blue) = 168+228+6=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 228 (89.45% from 255 or 56.72% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E406 is #571BF9. Grayscale: #B9B9B9. Windows color (decimal): -5708794 or 451752. OLE color: 451752.
HSL color Cylindrical-coordinate representation of color #A8E406: hue angle of 76.22º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8E406 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 6 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.11 |
| HSL | 76.22º | 0.95% | 0.46% | - |
| HSV(B) | 76.22º | 0.97% | 0.89% | - |
| XYZ | 43.92 | 63.82 | 10.18 | - |
| YUV | 184.75 | 27.12 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 6 | 0.26 | 0 | 0.97 | 0.11 | 76.22 | 0.95 | 0.46 |
| Hex | A8 | E4 | 6 | 1A | 0 | 61 | B | 4C | 5F | 2E |
| Octal | 250 | 344 | 6 | 32 | 0 | 141 | 13 | 114 | 137 | 56 |
| Binary | 10101000 | 11100100 | 110 | 11010 | 0 | 1100001 | 1011 | 1001100 | 1011111 | 101110 |
Color Harmonies of #A8E406
Complementary color
Monochromatic Colors of #A8E406
Black with #A8E406
Text Example
Text Example
White with #A8E406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E406; }
p { color: rgb(168,228,6); }
H1.HeaderClassName
{
color: #A8E406;
}
.AnyTagClassName
{
color: #A8E406;
}
</style>
background-color css
<style>
a { background-color: #A8E406; }
a { background-color: rgb(168,228,6); }
div.DivClassName
{
background-color: #A8E406;
}
.BgClassName
{
background-color: #A8E406;
}
</style>
border-color css
<style>
span { border-color: #A8E406; }
span { border-color: rgb(168,228,6); }
td.TdClassName
{
border-color: #A8E406;
}
.TagClassName
{
border-color: #A8E406;
}
</style>