Shades of Inch Worm #A7D512
Tints of Inch Worm #A7D512
RGB
CMYK
RGB Variations
Color information
#A7D512 (or 0xA7D512) is known color: Inch Worm. HEX triplet: A7, D5 and 12. RGB value is (167,213,18). Sum of RGB (Red+Green+Blue) = 167+213+18=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 213 (83.59% from 255 or 53.52% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7D512 is #582AED. Grayscale: #B1B1B1. Windows color (decimal): -5778158 or 1234343. OLE color: 1234343.
HSL color Cylindrical-coordinate representation of color #A7D512: hue angle of 74.15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7D512 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 213 | 18 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.16 |
| HSL | 74.15º | 0.84% | 0.45% | - |
| HSV(B) | 74.15º | 0.92% | 0.84% | - |
| XYZ | 39.84 | 55.85 | 9.25 | - |
| YUV | 177.02 | 38.26 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 213 | 18 | 0.22 | 0 | 0.92 | 0.16 | 74.15 | 0.84 | 0.45 |
| Hex | A7 | D5 | 12 | 16 | 0 | 5C | 10 | 4A | 54 | 2D |
| Octal | 247 | 325 | 22 | 26 | 0 | 134 | 20 | 112 | 124 | 55 |
| Binary | 10100111 | 11010101 | 10010 | 10110 | 0 | 1011100 | 10000 | 1001010 | 1010100 | 101101 |
Color Harmonies of #A7D512
Complementary color
Monochromatic Colors of #A7D512
Black with #A7D512
Text Example
Text Example
White with #A7D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D512; }
p { color: rgb(167,213,18); }
H1.HeaderClassName
{
color: #A7D512;
}
.AnyTagClassName
{
color: #A7D512;
}
</style>
background-color css
<style>
a { background-color: #A7D512; }
a { background-color: rgb(167,213,18); }
div.DivClassName
{
background-color: #A7D512;
}
.BgClassName
{
background-color: #A7D512;
}
</style>
border-color css
<style>
span { border-color: #A7D512; }
span { border-color: rgb(167,213,18); }
td.TdClassName
{
border-color: #A7D512;
}
.TagClassName
{
border-color: #A7D512;
}
</style>