Shades of Inch Worm #A8E306
Tints of Inch Worm #A8E306
RGB
CMYK
RGB Variations
Color information
#A8E306 (or 0xA8E306) is known color: Inch Worm. HEX triplet: A8, E3 and 06. RGB value is (168,227,6). Sum of RGB (Red+Green+Blue) = 168+227+6=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 227 (89.06% from 255 or 56.61% from 401); Blue value is 6 (2.73% from 255 or 1.50% from 401); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E306 is #571CF9. Grayscale: #B8B8B8. Windows color (decimal): -5709050 or 451496. OLE color: 451496.
HSL color Cylindrical-coordinate representation of color #A8E306: hue angle of 76.02º 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 #A8E306 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 6 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.11 |
| HSL | 76.02º | 0.95% | 0.46% | - |
| HSV(B) | 76.02º | 0.97% | 0.89% | - |
| XYZ | 43.65 | 63.28 | 10.09 | - |
| YUV | 184.17 | 27.45 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 6 | 0.26 | 0 | 0.97 | 0.11 | 76.02 | 0.95 | 0.46 |
| Hex | A8 | E3 | 6 | 1A | 0 | 61 | B | 4C | 5F | 2E |
| Octal | 250 | 343 | 6 | 32 | 0 | 141 | 13 | 114 | 137 | 56 |
| Binary | 10101000 | 11100011 | 110 | 11010 | 0 | 1100001 | 1011 | 1001100 | 1011111 | 101110 |
Color Harmonies of #A8E306
Complementary color
Monochromatic Colors of #A8E306
Black with #A8E306
Text Example
Text Example
White with #A8E306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E306; }
p { color: rgb(168,227,6); }
H1.HeaderClassName
{
color: #A8E306;
}
.AnyTagClassName
{
color: #A8E306;
}
</style>
background-color css
<style>
a { background-color: #A8E306; }
a { background-color: rgb(168,227,6); }
div.DivClassName
{
background-color: #A8E306;
}
.BgClassName
{
background-color: #A8E306;
}
</style>
border-color css
<style>
span { border-color: #A8E306; }
span { border-color: rgb(168,227,6); }
td.TdClassName
{
border-color: #A8E306;
}
.TagClassName
{
border-color: #A8E306;
}
</style>