Shades of Green Yellow #A6F120
Tints of Green Yellow #A6F120
RGB
CMYK
RGB Variations
Color information
#A6F120 (or 0xA6F120) is known color: Green Yellow. HEX triplet: A6, F1 and 20. RGB value is (166,241,32). Sum of RGB (Red+Green+Blue) = 166+241+32=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F120 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6F120 is #590EDF. Grayscale: #C3C3C3. Windows color (decimal): -5836512 or 2159014. OLE color: 2159014.
HSL color Cylindrical-coordinate representation of color #A6F120: hue angle of 81.53º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6F120 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 241 | 32 | - |
| CMYK | 0.31 | 0 | 0.87 | 0.05 |
| HSL | 81.53º | 0.88% | 0.54% | - |
| HSV(B) | 81.53º | 0.87% | 0.95% | - |
| XYZ | 47.44 | 71.12 | 12.59 | - |
| YUV | 194.75 | 36.15 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 241 | 32 | 0.31 | 0 | 0.87 | 0.05 | 81.53 | 0.88 | 0.54 |
| Hex | A6 | F1 | 20 | 1F | 0 | 57 | 5 | 52 | 58 | 36 |
| Octal | 246 | 361 | 40 | 37 | 0 | 127 | 5 | 122 | 130 | 66 |
| Binary | 10100110 | 11110001 | 100000 | 11111 | 0 | 1010111 | 101 | 1010010 | 1011000 | 110110 |
Color Harmonies of #A6F120
Complementary color
Monochromatic Colors of #A6F120
Black with #A6F120
Text Example
Text Example
White with #A6F120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F120; }
p { color: rgb(166,241,32); }
H1.HeaderClassName
{
color: #A6F120;
}
.AnyTagClassName
{
color: #A6F120;
}
</style>
background-color css
<style>
a { background-color: #A6F120; }
a { background-color: rgb(166,241,32); }
div.DivClassName
{
background-color: #A6F120;
}
.BgClassName
{
background-color: #A6F120;
}
</style>
border-color css
<style>
span { border-color: #A6F120; }
span { border-color: rgb(166,241,32); }
td.TdClassName
{
border-color: #A6F120;
}
.TagClassName
{
border-color: #A6F120;
}
</style>