Shades of Inch Worm #A6E205
Tints of Inch Worm #A6E205
RGB
CMYK
RGB Variations
Color information
#A6E205 (or 0xA6E205) is known color: Inch Worm. HEX triplet: A6, E2 and 05. RGB value is (166,226,5). Sum of RGB (Red+Green+Blue) = 166+226+5=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 226 (88.67% from 255 or 56.93% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6E205 is #591DFA. Grayscale: #B7B7B7. Windows color (decimal): -5840379 or 385702. OLE color: 385702.
HSL color Cylindrical-coordinate representation of color #A6E205: hue angle of 76.29º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6E205 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 226 | 5 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.11 |
| HSL | 76.29º | 0.96% | 0.45% | - |
| HSV(B) | 76.29º | 0.98% | 0.89% | - |
| XYZ | 42.95 | 62.51 | 9.95 | - |
| YUV | 182.87 | 27.62 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 226 | 5 | 0.27 | 0 | 0.98 | 0.11 | 76.29 | 0.96 | 0.45 |
| Hex | A6 | E2 | 5 | 1B | 0 | 62 | B | 4C | 60 | 2D |
| Octal | 246 | 342 | 5 | 33 | 0 | 142 | 13 | 114 | 140 | 55 |
| Binary | 10100110 | 11100010 | 101 | 11011 | 0 | 1100010 | 1011 | 1001100 | 1100000 | 101101 |
Color Harmonies of #A6E205
Complementary color
Monochromatic Colors of #A6E205
Black with #A6E205
Text Example
Text Example
White with #A6E205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E205; }
p { color: rgb(166,226,5); }
H1.HeaderClassName
{
color: #A6E205;
}
.AnyTagClassName
{
color: #A6E205;
}
</style>
background-color css
<style>
a { background-color: #A6E205; }
a { background-color: rgb(166,226,5); }
div.DivClassName
{
background-color: #A6E205;
}
.BgClassName
{
background-color: #A6E205;
}
</style>
border-color css
<style>
span { border-color: #A6E205; }
span { border-color: rgb(166,226,5); }
td.TdClassName
{
border-color: #A6E205;
}
.TagClassName
{
border-color: #A6E205;
}
</style>