Shades of Green Yellow #A6FA1B
Tints of Green Yellow #A6FA1B
RGB
CMYK
RGB Variations
Color information
#A6FA1B (or 0xA6FA1B) is known color: Green Yellow. HEX triplet: A6, FA and 1B. RGB value is (166,250,27). Sum of RGB (Red+Green+Blue) = 166+250+27=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 250 (98.05% from 255 or 56.43% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FA1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6FA1B is #5905E4. Grayscale: #C8C8C8. Windows color (decimal): -5834213 or 1833638. OLE color: 1833638.
HSL color Cylindrical-coordinate representation of color #A6FA1B: hue angle of 82.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6FA1B is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 27 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.02 |
| HSL | 82.6º | 0.96% | 0.54% | - |
| HSV(B) | 82.6º | 0.89% | 0.98% | - |
| XYZ | 50.11 | 76.56 | 13.17 | - |
| YUV | 199.46 | 30.67 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 27 | 0.34 | 0 | 0.89 | 0.02 | 82.6 | 0.96 | 0.54 |
| Hex | A6 | FA | 1B | 22 | 0 | 59 | 2 | 53 | 60 | 36 |
| Octal | 246 | 372 | 33 | 42 | 0 | 131 | 2 | 123 | 140 | 66 |
| Binary | 10100110 | 11111010 | 11011 | 100010 | 0 | 1011001 | 10 | 1010011 | 1100000 | 110110 |
Color Harmonies of #A6FA1B
Complementary color
Monochromatic Colors of #A6FA1B
Black with #A6FA1B
Text Example
Text Example
White with #A6FA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FA1B; }
p { color: rgb(166,250,27); }
H1.HeaderClassName
{
color: #A6FA1B;
}
.AnyTagClassName
{
color: #A6FA1B;
}
</style>
background-color css
<style>
a { background-color: #A6FA1B; }
a { background-color: rgb(166,250,27); }
div.DivClassName
{
background-color: #A6FA1B;
}
.BgClassName
{
background-color: #A6FA1B;
}
</style>
border-color css
<style>
span { border-color: #A6FA1B; }
span { border-color: rgb(166,250,27); }
td.TdClassName
{
border-color: #A6FA1B;
}
.TagClassName
{
border-color: #A6FA1B;
}
</style>