Shades of Inch Worm #A7E405
Tints of Inch Worm #A7E405
RGB
CMYK
RGB Variations
Color information
#A7E405 (or 0xA7E405) is known color: Inch Worm. HEX triplet: A7, E4 and 05. RGB value is (167,228,5). Sum of RGB (Red+Green+Blue) = 167+228+5=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 228 (89.45% from 255 or 57% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 228 - color contains mainly: green. Hex color #A7E405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7E405 is #581BFA. Grayscale: #B9B9B9. Windows color (decimal): -5774331 or 386215. OLE color: 386215.
HSL color Cylindrical-coordinate representation of color #A7E405: hue angle of 76.41º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A7E405 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 228 | 5 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.11 |
| HSL | 76.41º | 0.96% | 0.46% | - |
| HSV(B) | 76.41º | 0.98% | 0.89% | - |
| XYZ | 43.71 | 63.71 | 10.14 | - |
| YUV | 184.34 | 26.79 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 228 | 5 | 0.27 | 0 | 0.98 | 0.11 | 76.41 | 0.96 | 0.46 |
| Hex | A7 | E4 | 5 | 1B | 0 | 62 | B | 4C | 60 | 2E |
| Octal | 247 | 344 | 5 | 33 | 0 | 142 | 13 | 114 | 140 | 56 |
| Binary | 10100111 | 11100100 | 101 | 11011 | 0 | 1100010 | 1011 | 1001100 | 1100000 | 101110 |
Color Harmonies of #A7E405
Complementary color
Monochromatic Colors of #A7E405
Black with #A7E405
Text Example
Text Example
White with #A7E405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E405; }
p { color: rgb(167,228,5); }
H1.HeaderClassName
{
color: #A7E405;
}
.AnyTagClassName
{
color: #A7E405;
}
</style>
background-color css
<style>
a { background-color: #A7E405; }
a { background-color: rgb(167,228,5); }
div.DivClassName
{
background-color: #A7E405;
}
.BgClassName
{
background-color: #A7E405;
}
</style>
border-color css
<style>
span { border-color: #A7E405; }
span { border-color: rgb(167,228,5); }
td.TdClassName
{
border-color: #A7E405;
}
.TagClassName
{
border-color: #A7E405;
}
</style>