Shades of Inch Worm #A6D50D
Tints of Inch Worm #A6D50D
RGB
CMYK
RGB Variations
Color information
#A6D50D (or 0xA6D50D) is known color: Inch Worm. HEX triplet: A6, D5 and 0D. RGB value is (166,213,13). Sum of RGB (Red+Green+Blue) = 166+213+13=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D50D is #592AF2. Grayscale: #B0B0B0. Windows color (decimal): -5843699 or 906662. OLE color: 906662.
HSL color Cylindrical-coordinate representation of color #A6D50D: hue angle of 74.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6D50D is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 213 | 13 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.16 |
| HSL | 74.1º | 0.88% | 0.44% | - |
| HSV(B) | 74.1º | 0.94% | 0.84% | - |
| XYZ | 39.59 | 55.72 | 9.05 | - |
| YUV | 176.15 | 35.93 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 13 | 0.22 | 0 | 0.94 | 0.16 | 74.1 | 0.88 | 0.44 |
| Hex | A6 | D5 | D | 16 | 0 | 5E | 10 | 4A | 58 | 2C |
| Octal | 246 | 325 | 15 | 26 | 0 | 136 | 20 | 112 | 130 | 54 |
| Binary | 10100110 | 11010101 | 1101 | 10110 | 0 | 1011110 | 10000 | 1001010 | 1011000 | 101100 |
Color Harmonies of #A6D50D
Complementary color
Monochromatic Colors of #A6D50D
Black with #A6D50D
Text Example
Text Example
White with #A6D50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D50D; }
p { color: rgb(166,213,13); }
H1.HeaderClassName
{
color: #A6D50D;
}
.AnyTagClassName
{
color: #A6D50D;
}
</style>
background-color css
<style>
a { background-color: #A6D50D; }
a { background-color: rgb(166,213,13); }
div.DivClassName
{
background-color: #A6D50D;
}
.BgClassName
{
background-color: #A6D50D;
}
</style>
border-color css
<style>
span { border-color: #A6D50D; }
span { border-color: rgb(166,213,13); }
td.TdClassName
{
border-color: #A6D50D;
}
.TagClassName
{
border-color: #A6D50D;
}
</style>