Shades of Inch Worm #A6D915
Tints of Inch Worm #A6D915
RGB
CMYK
RGB Variations
Color information
#A6D915 (or 0xA6D915) is known color: Inch Worm. HEX triplet: A6, D9 and 15. RGB value is (166,217,21). Sum of RGB (Red+Green+Blue) = 166+217+21=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D915 is #5926EA. Grayscale: #B4B4B4. Windows color (decimal): -5842667 or 1431974. OLE color: 1431974.
HSL color Cylindrical-coordinate representation of color #A6D915: hue angle of 75.61º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6D915 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 217 | 21 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.15 |
| HSL | 75.61º | 0.82% | 0.47% | - |
| HSV(B) | 75.61º | 0.9% | 0.85% | - |
| XYZ | 40.67 | 57.79 | 9.72 | - |
| YUV | 179.41 | 38.6 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 21 | 0.24 | 0 | 0.90 | 0.15 | 75.61 | 0.82 | 0.47 |
| Hex | A6 | D9 | 15 | 18 | 0 | 5A | F | 4C | 52 | 2F |
| Octal | 246 | 331 | 25 | 30 | 0 | 132 | 17 | 114 | 122 | 57 |
| Binary | 10100110 | 11011001 | 10101 | 11000 | 0 | 1011010 | 1111 | 1001100 | 1010010 | 101111 |
Color Harmonies of #A6D915
Complementary color
Monochromatic Colors of #A6D915
Black with #A6D915
Text Example
Text Example
White with #A6D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D915; }
p { color: rgb(166,217,21); }
H1.HeaderClassName
{
color: #A6D915;
}
.AnyTagClassName
{
color: #A6D915;
}
</style>
background-color css
<style>
a { background-color: #A6D915; }
a { background-color: rgb(166,217,21); }
div.DivClassName
{
background-color: #A6D915;
}
.BgClassName
{
background-color: #A6D915;
}
</style>
border-color css
<style>
span { border-color: #A6D915; }
span { border-color: rgb(166,217,21); }
td.TdClassName
{
border-color: #A6D915;
}
.TagClassName
{
border-color: #A6D915;
}
</style>