Shades of Green Yellow #A6FA2A
Tints of Green Yellow #A6FA2A
RGB
CMYK
RGB Variations
Color information
#A6FA2A (or 0xA6FA2A) is known color: Green Yellow. HEX triplet: A6, FA and 2A. RGB value is (166,250,42). Sum of RGB (Red+Green+Blue) = 166+250+42=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 250 (98.05% from 255 or 54.59% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FA2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6FA2A is #5905D5. Grayscale: #C9C9C9. Windows color (decimal): -5834198 or 2816678. OLE color: 2816678.
HSL color Cylindrical-coordinate representation of color #A6FA2A: hue angle of 84.23º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6FA2A is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 42 | - |
| CMYK | 0.34 | 0 | 0.83 | 0.02 |
| HSL | 84.23º | 0.95% | 0.57% | - |
| HSV(B) | 84.23º | 0.83% | 0.98% | - |
| XYZ | 50.33 | 76.65 | 14.33 | - |
| YUV | 201.17 | 38.17 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 42 | 0.34 | 0 | 0.83 | 0.02 | 84.23 | 0.95 | 0.57 |
| Hex | A6 | FA | 2A | 22 | 0 | 53 | 2 | 54 | 5F | 39 |
| Octal | 246 | 372 | 52 | 42 | 0 | 123 | 2 | 124 | 137 | 71 |
| Binary | 10100110 | 11111010 | 101010 | 100010 | 0 | 1010011 | 10 | 1010100 | 1011111 | 111001 |
Color Harmonies of #A6FA2A
Complementary color
Monochromatic Colors of #A6FA2A
Black with #A6FA2A
Text Example
Text Example
White with #A6FA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FA2A; }
p { color: rgb(166,250,42); }
H1.HeaderClassName
{
color: #A6FA2A;
}
.AnyTagClassName
{
color: #A6FA2A;
}
</style>
background-color css
<style>
a { background-color: #A6FA2A; }
a { background-color: rgb(166,250,42); }
div.DivClassName
{
background-color: #A6FA2A;
}
.BgClassName
{
background-color: #A6FA2A;
}
</style>
border-color css
<style>
span { border-color: #A6FA2A; }
span { border-color: rgb(166,250,42); }
td.TdClassName
{
border-color: #A6FA2A;
}
.TagClassName
{
border-color: #A6FA2A;
}
</style>