Shades of Inch Worm #A8EE13
Tints of Inch Worm #A8EE13
RGB
CMYK
RGB Variations
Color information
#A8EE13 (or 0xA8EE13) is known color: Inch Worm. HEX triplet: A8, EE and 13. RGB value is (168,238,19). Sum of RGB (Red+Green+Blue) = 168+238+19=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 238 (93.36% from 255 or 56% from 425); Blue value is 19 (7.81% from 255 or 4.47% from 425); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EE13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EE13 is #5711EC. Grayscale: #C0C0C0. Windows color (decimal): -5706221 or 1306280. OLE color: 1306280.
HSL color Cylindrical-coordinate representation of color #A8EE13: hue angle of 79.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8EE13 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 19 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.07 |
| HSL | 79.18º | 0.87% | 0.5% | - |
| HSV(B) | 79.18º | 0.92% | 0.93% | - |
| XYZ | 46.84 | 69.52 | 11.57 | - |
| YUV | 192.1 | 30.31 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 19 | 0.29 | 0 | 0.92 | 0.07 | 79.18 | 0.87 | 0.5 |
| Hex | A8 | EE | 13 | 1D | 0 | 5C | 7 | 4F | 57 | 32 |
| Octal | 250 | 356 | 23 | 35 | 0 | 134 | 7 | 117 | 127 | 62 |
| Binary | 10101000 | 11101110 | 10011 | 11101 | 0 | 1011100 | 111 | 1001111 | 1010111 | 110010 |
Color Harmonies of #A8EE13
Complementary color
Monochromatic Colors of #A8EE13
Black with #A8EE13
Text Example
Text Example
White with #A8EE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EE13; }
p { color: rgb(168,238,19); }
H1.HeaderClassName
{
color: #A8EE13;
}
.AnyTagClassName
{
color: #A8EE13;
}
</style>
background-color css
<style>
a { background-color: #A8EE13; }
a { background-color: rgb(168,238,19); }
div.DivClassName
{
background-color: #A8EE13;
}
.BgClassName
{
background-color: #A8EE13;
}
</style>
border-color css
<style>
span { border-color: #A8EE13; }
span { border-color: rgb(168,238,19); }
td.TdClassName
{
border-color: #A8EE13;
}
.TagClassName
{
border-color: #A8EE13;
}
</style>