Shades of Inch Worm #A8EE0D
Tints of Inch Worm #A8EE0D
RGB
CMYK
RGB Variations
Color information
#A8EE0D (or 0xA8EE0D) is known color: Inch Worm. HEX triplet: A8, EE and 0D. RGB value is (168,238,13). Sum of RGB (Red+Green+Blue) = 168+238+13=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 238 (93.36% from 255 or 56.80% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EE0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EE0D is #5711F2. Grayscale: #C0C0C0. Windows color (decimal): -5706227 or 913064. OLE color: 913064.
HSL color Cylindrical-coordinate representation of color #A8EE0D: hue angle of 78.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8EE0D is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 13 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.07 |
| HSL | 78.67º | 0.9% | 0.49% | - |
| HSV(B) | 78.67º | 0.95% | 0.93% | - |
| XYZ | 46.8 | 69.5 | 11.33 | - |
| YUV | 191.42 | 27.31 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 13 | 0.29 | 0 | 0.95 | 0.07 | 78.67 | 0.9 | 0.49 |
| Hex | A8 | EE | D | 1D | 0 | 5F | 7 | 4F | 5A | 31 |
| Octal | 250 | 356 | 15 | 35 | 0 | 137 | 7 | 117 | 132 | 61 |
| Binary | 10101000 | 11101110 | 1101 | 11101 | 0 | 1011111 | 111 | 1001111 | 1011010 | 110001 |
Color Harmonies of #A8EE0D
Complementary color
Monochromatic Colors of #A8EE0D
Black with #A8EE0D
Text Example
Text Example
White with #A8EE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EE0D; }
p { color: rgb(168,238,13); }
H1.HeaderClassName
{
color: #A8EE0D;
}
.AnyTagClassName
{
color: #A8EE0D;
}
</style>
background-color css
<style>
a { background-color: #A8EE0D; }
a { background-color: rgb(168,238,13); }
div.DivClassName
{
background-color: #A8EE0D;
}
.BgClassName
{
background-color: #A8EE0D;
}
</style>
border-color css
<style>
span { border-color: #A8EE0D; }
span { border-color: rgb(168,238,13); }
td.TdClassName
{
border-color: #A8EE0D;
}
.TagClassName
{
border-color: #A8EE0D;
}
</style>