Shades of Inch Worm #A7EA16
Tints of Inch Worm #A7EA16
RGB
CMYK
RGB Variations
Color information
#A7EA16 (or 0xA7EA16) is known color: Inch Worm. HEX triplet: A7, EA and 16. RGB value is (167,234,22). Sum of RGB (Red+Green+Blue) = 167+234+22=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 234 (91.80% from 255 or 55.32% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EA16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7EA16 is #5815E9. Grayscale: #BEBEBE. Windows color (decimal): -5772778 or 1501863. OLE color: 1501863.
HSL color Cylindrical-coordinate representation of color #A7EA16: hue angle of 78.96º degrees, saturation: 0.83, 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 #A7EA16 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 234 | 22 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.08 |
| HSL | 78.96º | 0.83% | 0.5% | - |
| HSV(B) | 78.96º | 0.91% | 0.92% | - |
| XYZ | 45.5 | 67.12 | 11.32 | - |
| YUV | 189.8 | 33.3 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 234 | 22 | 0.29 | 0 | 0.91 | 0.08 | 78.96 | 0.83 | 0.5 |
| Hex | A7 | EA | 16 | 1D | 0 | 5B | 8 | 4F | 53 | 32 |
| Octal | 247 | 352 | 26 | 35 | 0 | 133 | 10 | 117 | 123 | 62 |
| Binary | 10100111 | 11101010 | 10110 | 11101 | 0 | 1011011 | 1000 | 1001111 | 1010011 | 110010 |
Color Harmonies of #A7EA16
Complementary color
Monochromatic Colors of #A7EA16
Black with #A7EA16
Text Example
Text Example
White with #A7EA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EA16; }
p { color: rgb(167,234,22); }
H1.HeaderClassName
{
color: #A7EA16;
}
.AnyTagClassName
{
color: #A7EA16;
}
</style>
background-color css
<style>
a { background-color: #A7EA16; }
a { background-color: rgb(167,234,22); }
div.DivClassName
{
background-color: #A7EA16;
}
.BgClassName
{
background-color: #A7EA16;
}
</style>
border-color css
<style>
span { border-color: #A7EA16; }
span { border-color: rgb(167,234,22); }
td.TdClassName
{
border-color: #A7EA16;
}
.TagClassName
{
border-color: #A7EA16;
}
</style>