Shades of Green Yellow #A6FC50
Tints of Green Yellow #A6FC50
RGB
CMYK
RGB Variations
Color information
#A6FC50 (or 0xA6FC50) is known color: Green Yellow. HEX triplet: A6, FC and 50. RGB value is (166,252,80). Sum of RGB (Red+Green+Blue) = 166+252+80=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FC50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FC50 is #5903AF. Grayscale: #CFCFCF. Windows color (decimal): -5833648 or 5307558. OLE color: 5307558.
HSL color Cylindrical-coordinate representation of color #A6FC50: hue angle of 90º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6FC50 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 252 | 80 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.01 |
| HSL | 90º | 0.97% | 0.65% | - |
| HSV(B) | 90º | 0.68% | 0.99% | - |
| XYZ | 51.98 | 78.31 | 19.96 | - |
| YUV | 206.68 | 56.51 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 252 | 80 | 0.34 | 0 | 0.68 | 0.01 | 90 | 0.97 | 0.65 |
| Hex | A6 | FC | 50 | 22 | 0 | 44 | 1 | 5A | 61 | 41 |
| Octal | 246 | 374 | 120 | 42 | 0 | 104 | 1 | 132 | 141 | 101 |
| Binary | 10100110 | 11111100 | 1010000 | 100010 | 0 | 1000100 | 1 | 1011010 | 1100001 | 1000001 |
Color Harmonies of #A6FC50
Complementary color
Monochromatic Colors of #A6FC50
Black with #A6FC50
Text Example
Text Example
White with #A6FC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FC50; }
p { color: rgb(166,252,80); }
H1.HeaderClassName
{
color: #A6FC50;
}
.AnyTagClassName
{
color: #A6FC50;
}
</style>
background-color css
<style>
a { background-color: #A6FC50; }
a { background-color: rgb(166,252,80); }
div.DivClassName
{
background-color: #A6FC50;
}
.BgClassName
{
background-color: #A6FC50;
}
</style>
border-color css
<style>
span { border-color: #A6FC50; }
span { border-color: rgb(166,252,80); }
td.TdClassName
{
border-color: #A6FC50;
}
.TagClassName
{
border-color: #A6FC50;
}
</style>