Shades of Inch Worm #A6DF1F
Tints of Inch Worm #A6DF1F
RGB
CMYK
RGB Variations
Color information
#A6DF1F (or 0xA6DF1F) is known color: Inch Worm. HEX triplet: A6, DF and 1F. RGB value is (166,223,31). Sum of RGB (Red+Green+Blue) = 166+223+31=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 31 (12.5% from 255 or 7.38% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DF1F is #5920E0. Grayscale: #B8B8B8. Windows color (decimal): -5841121 or 2088870. OLE color: 2088870.
HSL color Cylindrical-coordinate representation of color #A6DF1F: hue angle of 77.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6DF1F is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 31 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.13 |
| HSL | 77.81º | 0.76% | 0.5% | - |
| HSV(B) | 77.81º | 0.86% | 0.87% | - |
| XYZ | 42.36 | 60.98 | 10.83 | - |
| YUV | 184.07 | 41.62 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 31 | 0.26 | 0 | 0.86 | 0.13 | 77.81 | 0.76 | 0.5 |
| Hex | A6 | DF | 1F | 1A | 0 | 56 | D | 4E | 4C | 32 |
| Octal | 246 | 337 | 37 | 32 | 0 | 126 | 15 | 116 | 114 | 62 |
| Binary | 10100110 | 11011111 | 11111 | 11010 | 0 | 1010110 | 1101 | 1001110 | 1001100 | 110010 |
Color Harmonies of #A6DF1F
Complementary color
Monochromatic Colors of #A6DF1F
Black with #A6DF1F
Text Example
Text Example
White with #A6DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DF1F; }
p { color: rgb(166,223,31); }
H1.HeaderClassName
{
color: #A6DF1F;
}
.AnyTagClassName
{
color: #A6DF1F;
}
</style>
background-color css
<style>
a { background-color: #A6DF1F; }
a { background-color: rgb(166,223,31); }
div.DivClassName
{
background-color: #A6DF1F;
}
.BgClassName
{
background-color: #A6DF1F;
}
</style>
border-color css
<style>
span { border-color: #A6DF1F; }
span { border-color: rgb(166,223,31); }
td.TdClassName
{
border-color: #A6DF1F;
}
.TagClassName
{
border-color: #A6DF1F;
}
</style>