Shades of Inch Worm #A8EF20
Tints of Inch Worm #A8EF20
RGB
CMYK
RGB Variations
Color information
#A8EF20 (or 0xA8EF20) is known color: Inch Worm. HEX triplet: A8, EF and 20. RGB value is (168,239,32). Sum of RGB (Red+Green+Blue) = 168+239+32=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 239 (93.75% from 255 or 54.44% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EF20 is #5710DF. Grayscale: #C2C2C2. Windows color (decimal): -5705952 or 2158504. OLE color: 2158504.
HSL color Cylindrical-coordinate representation of color #A8EF20: hue angle of 80.58º 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 #A8EF20 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 32 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.06 |
| HSL | 80.58º | 0.87% | 0.53% | - |
| HSV(B) | 80.58º | 0.87% | 0.94% | - |
| XYZ | 47.28 | 70.16 | 12.42 | - |
| YUV | 194.17 | 36.48 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 32 | 0.30 | 0 | 0.87 | 0.06 | 80.58 | 0.87 | 0.53 |
| Hex | A8 | EF | 20 | 1E | 0 | 57 | 6 | 51 | 57 | 35 |
| Octal | 250 | 357 | 40 | 36 | 0 | 127 | 6 | 121 | 127 | 65 |
| Binary | 10101000 | 11101111 | 100000 | 11110 | 0 | 1010111 | 110 | 1010001 | 1010111 | 110101 |
Color Harmonies of #A8EF20
Complementary color
Monochromatic Colors of #A8EF20
Black with #A8EF20
Text Example
Text Example
White with #A8EF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF20; }
p { color: rgb(168,239,32); }
H1.HeaderClassName
{
color: #A8EF20;
}
.AnyTagClassName
{
color: #A8EF20;
}
</style>
background-color css
<style>
a { background-color: #A8EF20; }
a { background-color: rgb(168,239,32); }
div.DivClassName
{
background-color: #A8EF20;
}
.BgClassName
{
background-color: #A8EF20;
}
</style>
border-color css
<style>
span { border-color: #A8EF20; }
span { border-color: rgb(168,239,32); }
td.TdClassName
{
border-color: #A8EF20;
}
.TagClassName
{
border-color: #A8EF20;
}
</style>