Shades of Inch Worm #A6E529
Tints of Inch Worm #A6E529
RGB
CMYK
RGB Variations
Color information
#A6E529 (or 0xA6E529) is known color: Inch Worm. HEX triplet: A6, E5 and 29. RGB value is (166,229,41). Sum of RGB (Red+Green+Blue) = 166+229+41=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 41 (16.41% from 255 or 9.40% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E529 is #591AD6. Grayscale: #BDBDBD. Windows color (decimal): -5839575 or 2745766. OLE color: 2745766.
HSL color Cylindrical-coordinate representation of color #A6E529: hue angle of 80.11º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A6E529 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 229 | 41 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.10 |
| HSL | 80.11º | 0.78% | 0.53% | - |
| HSV(B) | 80.11º | 0.82% | 0.9% | - |
| XYZ | 44.15 | 64.31 | 12.18 | - |
| YUV | 188.73 | 44.63 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 229 | 41 | 0.28 | 0 | 0.82 | 0.10 | 80.11 | 0.78 | 0.53 |
| Hex | A6 | E5 | 29 | 1C | 0 | 52 | A | 50 | 4E | 35 |
| Octal | 246 | 345 | 51 | 34 | 0 | 122 | 12 | 120 | 116 | 65 |
| Binary | 10100110 | 11100101 | 101001 | 11100 | 0 | 1010010 | 1010 | 1010000 | 1001110 | 110101 |
Color Harmonies of #A6E529
Complementary color
Monochromatic Colors of #A6E529
Black with #A6E529
Text Example
Text Example
White with #A6E529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E529; }
p { color: rgb(166,229,41); }
H1.HeaderClassName
{
color: #A6E529;
}
.AnyTagClassName
{
color: #A6E529;
}
</style>
background-color css
<style>
a { background-color: #A6E529; }
a { background-color: rgb(166,229,41); }
div.DivClassName
{
background-color: #A6E529;
}
.BgClassName
{
background-color: #A6E529;
}
</style>
border-color css
<style>
span { border-color: #A6E529; }
span { border-color: rgb(166,229,41); }
td.TdClassName
{
border-color: #A6E529;
}
.TagClassName
{
border-color: #A6E529;
}
</style>