Shades of Inch Worm #A8E113
Tints of Inch Worm #A8E113
RGB
CMYK
RGB Variations
Color information
#A8E113 (or 0xA8E113) is known color: Inch Worm. HEX triplet: A8, E1 and 13. RGB value is (168,225,19). Sum of RGB (Red+Green+Blue) = 168+225+19=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 225 (88.28% from 255 or 54.61% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E113 is #571EEC. Grayscale: #B9B9B9. Windows color (decimal): -5709549 or 1302952. OLE color: 1302952.
HSL color Cylindrical-coordinate representation of color #A8E113: hue angle of 76.6º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8E113 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 19 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.12 |
| HSL | 76.6º | 0.84% | 0.48% | - |
| HSV(B) | 76.6º | 0.92% | 0.88% | - |
| XYZ | 43.19 | 62.22 | 10.35 | - |
| YUV | 184.47 | 34.62 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 19 | 0.25 | 0 | 0.92 | 0.12 | 76.6 | 0.84 | 0.48 |
| Hex | A8 | E1 | 13 | 19 | 0 | 5C | C | 4D | 54 | 30 |
| Octal | 250 | 341 | 23 | 31 | 0 | 134 | 14 | 115 | 124 | 60 |
| Binary | 10101000 | 11100001 | 10011 | 11001 | 0 | 1011100 | 1100 | 1001101 | 1010100 | 110000 |
Color Harmonies of #A8E113
Complementary color
Monochromatic Colors of #A8E113
Black with #A8E113
Text Example
Text Example
White with #A8E113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E113; }
p { color: rgb(168,225,19); }
H1.HeaderClassName
{
color: #A8E113;
}
.AnyTagClassName
{
color: #A8E113;
}
</style>
background-color css
<style>
a { background-color: #A8E113; }
a { background-color: rgb(168,225,19); }
div.DivClassName
{
background-color: #A8E113;
}
.BgClassName
{
background-color: #A8E113;
}
</style>
border-color css
<style>
span { border-color: #A8E113; }
span { border-color: rgb(168,225,19); }
td.TdClassName
{
border-color: #A8E113;
}
.TagClassName
{
border-color: #A8E113;
}
</style>