Shades of Inch Worm #A7D60B
Tints of Inch Worm #A7D60B
RGB
CMYK
RGB Variations
Color information
#A7D60B (or 0xA7D60B) is known color: Inch Worm. HEX triplet: A7, D6 and 0B. RGB value is (167,214,11). Sum of RGB (Red+Green+Blue) = 167+214+11=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 214 (83.98% from 255 or 54.59% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7D60B is #5829F4. Grayscale: #B1B1B1. Windows color (decimal): -5777909 or 775847. OLE color: 775847.
HSL color Cylindrical-coordinate representation of color #A7D60B: hue angle of 73.89º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A7D60B is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 11 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.16 |
| HSL | 73.89º | 0.9% | 0.44% | - |
| HSV(B) | 73.89º | 0.95% | 0.84% | - |
| XYZ | 40.04 | 56.33 | 9.08 | - |
| YUV | 176.81 | 34.43 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 11 | 0.22 | 0 | 0.95 | 0.16 | 73.89 | 0.9 | 0.44 |
| Hex | A7 | D6 | B | 16 | 0 | 5F | 10 | 4A | 5A | 2C |
| Octal | 247 | 326 | 13 | 26 | 0 | 137 | 20 | 112 | 132 | 54 |
| Binary | 10100111 | 11010110 | 1011 | 10110 | 0 | 1011111 | 10000 | 1001010 | 1011010 | 101100 |
Color Harmonies of #A7D60B
Complementary color
Monochromatic Colors of #A7D60B
Black with #A7D60B
Text Example
Text Example
White with #A7D60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D60B; }
p { color: rgb(167,214,11); }
H1.HeaderClassName
{
color: #A7D60B;
}
.AnyTagClassName
{
color: #A7D60B;
}
</style>
background-color css
<style>
a { background-color: #A7D60B; }
a { background-color: rgb(167,214,11); }
div.DivClassName
{
background-color: #A7D60B;
}
.BgClassName
{
background-color: #A7D60B;
}
</style>
border-color css
<style>
span { border-color: #A7D60B; }
span { border-color: rgb(167,214,11); }
td.TdClassName
{
border-color: #A7D60B;
}
.TagClassName
{
border-color: #A7D60B;
}
</style>