Shades of Inch Worm #A6F314
Tints of Inch Worm #A6F314
RGB
CMYK
RGB Variations
Color information
#A6F314 (or 0xA6F314) is known color: Inch Worm. HEX triplet: A6, F3 and 14. RGB value is (166,243,20). Sum of RGB (Red+Green+Blue) = 166+243+20=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #A6F314 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F314 is #590CEB. Grayscale: #C3C3C3. Windows color (decimal): -5836012 or 1373094. OLE color: 1373094.
HSL color Cylindrical-coordinate representation of color #A6F314: hue angle of 80.72º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6F314 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 243 | 20 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.05 |
| HSL | 80.72º | 0.9% | 0.52% | - |
| HSV(B) | 80.72º | 0.92% | 0.95% | - |
| XYZ | 47.9 | 72.26 | 12.08 | - |
| YUV | 194.56 | 29.49 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 243 | 20 | 0.32 | 0 | 0.92 | 0.05 | 80.72 | 0.9 | 0.52 |
| Hex | A6 | F3 | 14 | 20 | 0 | 5C | 5 | 51 | 5A | 34 |
| Octal | 246 | 363 | 24 | 40 | 0 | 134 | 5 | 121 | 132 | 64 |
| Binary | 10100110 | 11110011 | 10100 | 100000 | 0 | 1011100 | 101 | 1010001 | 1011010 | 110100 |
Color Harmonies of #A6F314
Complementary color
Monochromatic Colors of #A6F314
Black with #A6F314
Text Example
Text Example
White with #A6F314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F314; }
p { color: rgb(166,243,20); }
H1.HeaderClassName
{
color: #A6F314;
}
.AnyTagClassName
{
color: #A6F314;
}
</style>
background-color css
<style>
a { background-color: #A6F314; }
a { background-color: rgb(166,243,20); }
div.DivClassName
{
background-color: #A6F314;
}
.BgClassName
{
background-color: #A6F314;
}
</style>
border-color css
<style>
span { border-color: #A6F314; }
span { border-color: rgb(166,243,20); }
td.TdClassName
{
border-color: #A6F314;
}
.TagClassName
{
border-color: #A6F314;
}
</style>