Shades of Inch Worm #A8E619
Tints of Inch Worm #A8E619
RGB
CMYK
RGB Variations
Color information
#A8E619 (or 0xA8E619) is known color: Inch Worm. HEX triplet: A8, E6 and 19. RGB value is (168,230,25). Sum of RGB (Red+Green+Blue) = 168+230+25=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 230 (90.23% from 255 or 54.37% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E619 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8E619 is #5719E6. Grayscale: #BCBCBC. Windows color (decimal): -5708263 or 1697448. OLE color: 1697448.
HSL color Cylindrical-coordinate representation of color #A8E619: hue angle of 78.15º 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 #A8E619 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 25 | - |
| CMYK | 0.27 | 0 | 0.89 | 0.10 |
| HSL | 78.15º | 0.8% | 0.5% | - |
| HSV(B) | 78.15º | 0.89% | 0.9% | - |
| XYZ | 44.62 | 64.99 | 11.11 | - |
| YUV | 188.09 | 35.96 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 25 | 0.27 | 0 | 0.89 | 0.10 | 78.15 | 0.8 | 0.5 |
| Hex | A8 | E6 | 19 | 1B | 0 | 59 | A | 4E | 50 | 32 |
| Octal | 250 | 346 | 31 | 33 | 0 | 131 | 12 | 116 | 120 | 62 |
| Binary | 10101000 | 11100110 | 11001 | 11011 | 0 | 1011001 | 1010 | 1001110 | 1010000 | 110010 |
Color Harmonies of #A8E619
Complementary color
Monochromatic Colors of #A8E619
Black with #A8E619
Text Example
Text Example
White with #A8E619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E619; }
p { color: rgb(168,230,25); }
H1.HeaderClassName
{
color: #A8E619;
}
.AnyTagClassName
{
color: #A8E619;
}
</style>
background-color css
<style>
a { background-color: #A8E619; }
a { background-color: rgb(168,230,25); }
div.DivClassName
{
background-color: #A8E619;
}
.BgClassName
{
background-color: #A8E619;
}
</style>
border-color css
<style>
span { border-color: #A8E619; }
span { border-color: rgb(168,230,25); }
td.TdClassName
{
border-color: #A8E619;
}
.TagClassName
{
border-color: #A8E619;
}
</style>