Shades of Inch Worm #A8E61A
Tints of Inch Worm #A8E61A
RGB
CMYK
RGB Variations
Color information
#A8E61A (or 0xA8E61A) is known color: Inch Worm. HEX triplet: A8, E6 and 1A. RGB value is (168,230,26). Sum of RGB (Red+Green+Blue) = 168+230+26=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 230 (90.23% from 255 or 54.25% from 424); Blue value is 26 (10.55% from 255 or 6.13% from 424); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E61A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E61A is #5719E5. Grayscale: #BCBCBC. Windows color (decimal): -5708262 or 1762984. OLE color: 1762984.
HSL color Cylindrical-coordinate representation of color #A8E61A: hue angle of 78.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8E61A is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 26 | - |
| CMYK | 0.27 | 0 | 0.89 | 0.10 |
| HSL | 78.24º | 0.8% | 0.5% | - |
| HSV(B) | 78.24º | 0.89% | 0.9% | - |
| XYZ | 44.63 | 64.99 | 11.17 | - |
| YUV | 188.21 | 36.46 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 26 | 0.27 | 0 | 0.89 | 0.10 | 78.24 | 0.8 | 0.5 |
| Hex | A8 | E6 | 1A | 1B | 0 | 59 | A | 4E | 50 | 32 |
| Octal | 250 | 346 | 32 | 33 | 0 | 131 | 12 | 116 | 120 | 62 |
| Binary | 10101000 | 11100110 | 11010 | 11011 | 0 | 1011001 | 1010 | 1001110 | 1010000 | 110010 |
Color Harmonies of #A8E61A
Complementary color
Monochromatic Colors of #A8E61A
Black with #A8E61A
Text Example
Text Example
White with #A8E61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E61A; }
p { color: rgb(168,230,26); }
H1.HeaderClassName
{
color: #A8E61A;
}
.AnyTagClassName
{
color: #A8E61A;
}
</style>
background-color css
<style>
a { background-color: #A8E61A; }
a { background-color: rgb(168,230,26); }
div.DivClassName
{
background-color: #A8E61A;
}
.BgClassName
{
background-color: #A8E61A;
}
</style>
border-color css
<style>
span { border-color: #A8E61A; }
span { border-color: rgb(168,230,26); }
td.TdClassName
{
border-color: #A8E61A;
}
.TagClassName
{
border-color: #A8E61A;
}
</style>