Shades of Inch Worm #A6F21D
Tints of Inch Worm #A6F21D
RGB
CMYK
RGB Variations
Color information
#A6F21D (or 0xA6F21D) is known color: Inch Worm. HEX triplet: A6, F2 and 1D. RGB value is (166,242,29). Sum of RGB (Red+Green+Blue) = 166+242+29=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 242 (94.92% from 255 or 55.38% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F21D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6F21D is #590DE2. Grayscale: #C3C3C3. Windows color (decimal): -5836259 or 1962662. OLE color: 1962662.
HSL color Cylindrical-coordinate representation of color #A6F21D: hue angle of 81.41º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6F21D is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 242 | 29 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.05 |
| HSL | 81.41º | 0.89% | 0.53% | - |
| HSV(B) | 81.41º | 0.88% | 0.95% | - |
| XYZ | 47.7 | 71.7 | 12.49 | - |
| YUV | 194.99 | 34.32 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 29 | 0.31 | 0 | 0.88 | 0.05 | 81.41 | 0.89 | 0.53 |
| Hex | A6 | F2 | 1D | 1F | 0 | 58 | 5 | 51 | 59 | 35 |
| Octal | 246 | 362 | 35 | 37 | 0 | 130 | 5 | 121 | 131 | 65 |
| Binary | 10100110 | 11110010 | 11101 | 11111 | 0 | 1011000 | 101 | 1010001 | 1011001 | 110101 |
Color Harmonies of #A6F21D
Complementary color
Monochromatic Colors of #A6F21D
Black with #A6F21D
Text Example
Text Example
White with #A6F21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F21D; }
p { color: rgb(166,242,29); }
H1.HeaderClassName
{
color: #A6F21D;
}
.AnyTagClassName
{
color: #A6F21D;
}
</style>
background-color css
<style>
a { background-color: #A6F21D; }
a { background-color: rgb(166,242,29); }
div.DivClassName
{
background-color: #A6F21D;
}
.BgClassName
{
background-color: #A6F21D;
}
</style>
border-color css
<style>
span { border-color: #A6F21D; }
span { border-color: rgb(166,242,29); }
td.TdClassName
{
border-color: #A6F21D;
}
.TagClassName
{
border-color: #A6F21D;
}
</style>