Shades of Inch Worm #A8EF1E
Tints of Inch Worm #A8EF1E
RGB
CMYK
RGB Variations
Color information
#A8EF1E (or 0xA8EF1E) is known color: Inch Worm. HEX triplet: A8, EF and 1E. RGB value is (168,239,30). Sum of RGB (Red+Green+Blue) = 168+239+30=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 239 (93.75% from 255 or 54.69% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EF1E is #5710E1. Grayscale: #C2C2C2. Windows color (decimal): -5705954 or 2027432. OLE color: 2027432.
HSL color Cylindrical-coordinate representation of color #A8EF1E: hue angle of 80.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8EF1E is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 30 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.06 |
| HSL | 80.38º | 0.87% | 0.53% | - |
| HSV(B) | 80.38º | 0.87% | 0.94% | - |
| XYZ | 47.25 | 70.15 | 12.28 | - |
| YUV | 193.95 | 35.48 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 30 | 0.30 | 0 | 0.87 | 0.06 | 80.38 | 0.87 | 0.53 |
| Hex | A8 | EF | 1E | 1E | 0 | 57 | 6 | 50 | 57 | 35 |
| Octal | 250 | 357 | 36 | 36 | 0 | 127 | 6 | 120 | 127 | 65 |
| Binary | 10101000 | 11101111 | 11110 | 11110 | 0 | 1010111 | 110 | 1010000 | 1010111 | 110101 |
Color Harmonies of #A8EF1E
Complementary color
Monochromatic Colors of #A8EF1E
Black with #A8EF1E
Text Example
Text Example
White with #A8EF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF1E; }
p { color: rgb(168,239,30); }
H1.HeaderClassName
{
color: #A8EF1E;
}
.AnyTagClassName
{
color: #A8EF1E;
}
</style>
background-color css
<style>
a { background-color: #A8EF1E; }
a { background-color: rgb(168,239,30); }
div.DivClassName
{
background-color: #A8EF1E;
}
.BgClassName
{
background-color: #A8EF1E;
}
</style>
border-color css
<style>
span { border-color: #A8EF1E; }
span { border-color: rgb(168,239,30); }
td.TdClassName
{
border-color: #A8EF1E;
}
.TagClassName
{
border-color: #A8EF1E;
}
</style>