Shades of Inch Worm #A7D515
Tints of Inch Worm #A7D515
RGB
CMYK
RGB Variations
Color information
#A7D515 (or 0xA7D515) is known color: Inch Worm. HEX triplet: A7, D5 and 15. RGB value is (167,213,21). Sum of RGB (Red+Green+Blue) = 167+213+21=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7D515 is #582AEA. Grayscale: #B2B2B2. Windows color (decimal): -5778155 or 1430951. OLE color: 1430951.
HSL color Cylindrical-coordinate representation of color #A7D515: hue angle of 74.37º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7D515 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 213 | 21 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.16 |
| HSL | 74.37º | 0.82% | 0.46% | - |
| HSV(B) | 74.37º | 0.9% | 0.84% | - |
| XYZ | 39.87 | 55.86 | 9.39 | - |
| YUV | 177.36 | 39.76 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 213 | 21 | 0.22 | 0 | 0.90 | 0.16 | 74.37 | 0.82 | 0.46 |
| Hex | A7 | D5 | 15 | 16 | 0 | 5A | 10 | 4A | 52 | 2E |
| Octal | 247 | 325 | 25 | 26 | 0 | 132 | 20 | 112 | 122 | 56 |
| Binary | 10100111 | 11010101 | 10101 | 10110 | 0 | 1011010 | 10000 | 1001010 | 1010010 | 101110 |
Color Harmonies of #A7D515
Complementary color
Monochromatic Colors of #A7D515
Black with #A7D515
Text Example
Text Example
White with #A7D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D515; }
p { color: rgb(167,213,21); }
H1.HeaderClassName
{
color: #A7D515;
}
.AnyTagClassName
{
color: #A7D515;
}
</style>
background-color css
<style>
a { background-color: #A7D515; }
a { background-color: rgb(167,213,21); }
div.DivClassName
{
background-color: #A7D515;
}
.BgClassName
{
background-color: #A7D515;
}
</style>
border-color css
<style>
span { border-color: #A7D515; }
span { border-color: rgb(167,213,21); }
td.TdClassName
{
border-color: #A7D515;
}
.TagClassName
{
border-color: #A7D515;
}
</style>