Shades of Inch Worm #A6D512
Tints of Inch Worm #A6D512
RGB
CMYK
RGB Variations
Color information
#A6D512 (or 0xA6D512) is known color: Inch Worm. HEX triplet: A6, D5 and 12. RGB value is (166,213,18). Sum of RGB (Red+Green+Blue) = 166+213+18=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 213 (83.59% from 255 or 53.65% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D512 is #592AED. Grayscale: #B1B1B1. Windows color (decimal): -5843694 or 1234342. OLE color: 1234342.
HSL color Cylindrical-coordinate representation of color #A6D512: hue angle of 74.46º 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 #A6D512 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 213 | 18 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.16 |
| HSL | 74.46º | 0.84% | 0.45% | - |
| HSV(B) | 74.46º | 0.92% | 0.84% | - |
| XYZ | 39.63 | 55.74 | 9.24 | - |
| YUV | 176.72 | 38.43 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 18 | 0.22 | 0 | 0.92 | 0.16 | 74.46 | 0.84 | 0.45 |
| Hex | A6 | D5 | 12 | 16 | 0 | 5C | 10 | 4A | 54 | 2D |
| Octal | 246 | 325 | 22 | 26 | 0 | 134 | 20 | 112 | 124 | 55 |
| Binary | 10100110 | 11010101 | 10010 | 10110 | 0 | 1011100 | 10000 | 1001010 | 1010100 | 101101 |
Color Harmonies of #A6D512
Complementary color
Monochromatic Colors of #A6D512
Black with #A6D512
Text Example
Text Example
White with #A6D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D512; }
p { color: rgb(166,213,18); }
H1.HeaderClassName
{
color: #A6D512;
}
.AnyTagClassName
{
color: #A6D512;
}
</style>
background-color css
<style>
a { background-color: #A6D512; }
a { background-color: rgb(166,213,18); }
div.DivClassName
{
background-color: #A6D512;
}
.BgClassName
{
background-color: #A6D512;
}
</style>
border-color css
<style>
span { border-color: #A6D512; }
span { border-color: rgb(166,213,18); }
td.TdClassName
{
border-color: #A6D512;
}
.TagClassName
{
border-color: #A6D512;
}
</style>