Shades of Inch Worm #A6E52A
Tints of Inch Worm #A6E52A
RGB
CMYK
RGB Variations
Color information
#A6E52A (or 0xA6E52A) is known color: Inch Worm. HEX triplet: A6, E5 and 2A. RGB value is (166,229,42). Sum of RGB (Red+Green+Blue) = 166+229+42=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 229 (89.84% from 255 or 52.40% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E52A is #591AD5. Grayscale: #BDBDBD. Windows color (decimal): -5839574 or 2811302. OLE color: 2811302.
HSL color Cylindrical-coordinate representation of color #A6E52A: hue angle of 80.21º 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 #A6E52A is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 229 | 42 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.10 |
| HSL | 80.21º | 0.78% | 0.53% | - |
| HSV(B) | 80.21º | 0.82% | 0.9% | - |
| XYZ | 44.16 | 64.31 | 12.28 | - |
| YUV | 188.85 | 45.13 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 229 | 42 | 0.28 | 0 | 0.82 | 0.10 | 80.21 | 0.78 | 0.53 |
| Hex | A6 | E5 | 2A | 1C | 0 | 52 | A | 50 | 4E | 35 |
| Octal | 246 | 345 | 52 | 34 | 0 | 122 | 12 | 120 | 116 | 65 |
| Binary | 10100110 | 11100101 | 101010 | 11100 | 0 | 1010010 | 1010 | 1010000 | 1001110 | 110101 |
Color Harmonies of #A6E52A
Complementary color
Monochromatic Colors of #A6E52A
Black with #A6E52A
Text Example
Text Example
White with #A6E52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E52A; }
p { color: rgb(166,229,42); }
H1.HeaderClassName
{
color: #A6E52A;
}
.AnyTagClassName
{
color: #A6E52A;
}
</style>
background-color css
<style>
a { background-color: #A6E52A; }
a { background-color: rgb(166,229,42); }
div.DivClassName
{
background-color: #A6E52A;
}
.BgClassName
{
background-color: #A6E52A;
}
</style>
border-color css
<style>
span { border-color: #A6E52A; }
span { border-color: rgb(166,229,42); }
td.TdClassName
{
border-color: #A6E52A;
}
.TagClassName
{
border-color: #A6E52A;
}
</style>