Shades of Inch Worm #A7EB14
Tints of Inch Worm #A7EB14
RGB
CMYK
RGB Variations
Color information
#A7EB14 (or 0xA7EB14) is known color: Inch Worm. HEX triplet: A7, EB and 14. RGB value is (167,235,20). Sum of RGB (Red+Green+Blue) = 167+235+20=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 235 (92.19% from 255 or 55.69% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 235 - color contains mainly: green. Hex color #A7EB14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7EB14 is #5814EB. Grayscale: #BEBEBE. Windows color (decimal): -5772524 or 1371047. OLE color: 1371047.
HSL color Cylindrical-coordinate representation of color #A7EB14: hue angle of 78.98º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A7EB14 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 235 | 20 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.08 |
| HSL | 78.98º | 0.84% | 0.5% | - |
| HSV(B) | 78.98º | 0.91% | 0.92% | - |
| XYZ | 45.77 | 67.68 | 11.31 | - |
| YUV | 190.16 | 31.97 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 235 | 20 | 0.29 | 0 | 0.91 | 0.08 | 78.98 | 0.84 | 0.5 |
| Hex | A7 | EB | 14 | 1D | 0 | 5B | 8 | 4F | 54 | 32 |
| Octal | 247 | 353 | 24 | 35 | 0 | 133 | 10 | 117 | 124 | 62 |
| Binary | 10100111 | 11101011 | 10100 | 11101 | 0 | 1011011 | 1000 | 1001111 | 1010100 | 110010 |
Color Harmonies of #A7EB14
Complementary color
Monochromatic Colors of #A7EB14
Black with #A7EB14
Text Example
Text Example
White with #A7EB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EB14; }
p { color: rgb(167,235,20); }
H1.HeaderClassName
{
color: #A7EB14;
}
.AnyTagClassName
{
color: #A7EB14;
}
</style>
background-color css
<style>
a { background-color: #A7EB14; }
a { background-color: rgb(167,235,20); }
div.DivClassName
{
background-color: #A7EB14;
}
.BgClassName
{
background-color: #A7EB14;
}
</style>
border-color css
<style>
span { border-color: #A7EB14; }
span { border-color: rgb(167,235,20); }
td.TdClassName
{
border-color: #A7EB14;
}
.TagClassName
{
border-color: #A7EB14;
}
</style>