Shades of Inch Worm #A8EE14
Tints of Inch Worm #A8EE14
RGB
CMYK
RGB Variations
Color information
#A8EE14 (or 0xA8EE14) is known color: Inch Worm. HEX triplet: A8, EE and 14. RGB value is (168,238,20). Sum of RGB (Red+Green+Blue) = 168+238+20=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 238 (93.36% from 255 or 55.87% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EE14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EE14 is #5711EB. Grayscale: #C1C1C1. Windows color (decimal): -5706220 or 1371816. OLE color: 1371816.
HSL color Cylindrical-coordinate representation of color #A8EE14: hue angle of 79.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8EE14 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 20 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.07 |
| HSL | 79.27º | 0.87% | 0.51% | - |
| HSV(B) | 79.27º | 0.92% | 0.93% | - |
| XYZ | 46.85 | 69.52 | 11.61 | - |
| YUV | 192.22 | 30.81 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 20 | 0.29 | 0 | 0.92 | 0.07 | 79.27 | 0.87 | 0.51 |
| Hex | A8 | EE | 14 | 1D | 0 | 5C | 7 | 4F | 57 | 33 |
| Octal | 250 | 356 | 24 | 35 | 0 | 134 | 7 | 117 | 127 | 63 |
| Binary | 10101000 | 11101110 | 10100 | 11101 | 0 | 1011100 | 111 | 1001111 | 1010111 | 110011 |
Color Harmonies of #A8EE14
Complementary color
Monochromatic Colors of #A8EE14
Black with #A8EE14
Text Example
Text Example
White with #A8EE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EE14; }
p { color: rgb(168,238,20); }
H1.HeaderClassName
{
color: #A8EE14;
}
.AnyTagClassName
{
color: #A8EE14;
}
</style>
background-color css
<style>
a { background-color: #A8EE14; }
a { background-color: rgb(168,238,20); }
div.DivClassName
{
background-color: #A8EE14;
}
.BgClassName
{
background-color: #A8EE14;
}
</style>
border-color css
<style>
span { border-color: #A8EE14; }
span { border-color: rgb(168,238,20); }
td.TdClassName
{
border-color: #A8EE14;
}
.TagClassName
{
border-color: #A8EE14;
}
</style>