Shades of Green Yellow #A6F81A
Tints of Green Yellow #A6F81A
RGB
CMYK
RGB Variations
Color information
#A6F81A (or 0xA6F81A) is known color: Green Yellow. HEX triplet: A6, F8 and 1A. RGB value is (166,248,26). Sum of RGB (Red+Green+Blue) = 166+248+26=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 248 (97.27% from 255 or 56.36% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F81A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6F81A is #5907E5. Grayscale: #C6C6C6. Windows color (decimal): -5834726 or 1767590. OLE color: 1767590.
HSL color Cylindrical-coordinate representation of color #A6F81A: hue angle of 82.16º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6F81A is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 248 | 26 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.03 |
| HSL | 82.16º | 0.94% | 0.54% | - |
| HSV(B) | 82.16º | 0.9% | 0.97% | - |
| XYZ | 49.48 | 75.32 | 12.91 | - |
| YUV | 198.17 | 30.83 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 248 | 26 | 0.33 | 0 | 0.90 | 0.03 | 82.16 | 0.94 | 0.54 |
| Hex | A6 | F8 | 1A | 21 | 0 | 5A | 3 | 52 | 5E | 36 |
| Octal | 246 | 370 | 32 | 41 | 0 | 132 | 3 | 122 | 136 | 66 |
| Binary | 10100110 | 11111000 | 11010 | 100001 | 0 | 1011010 | 11 | 1010010 | 1011110 | 110110 |
Color Harmonies of #A6F81A
Complementary color
Monochromatic Colors of #A6F81A
Black with #A6F81A
Text Example
Text Example
White with #A6F81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F81A; }
p { color: rgb(166,248,26); }
H1.HeaderClassName
{
color: #A6F81A;
}
.AnyTagClassName
{
color: #A6F81A;
}
</style>
background-color css
<style>
a { background-color: #A6F81A; }
a { background-color: rgb(166,248,26); }
div.DivClassName
{
background-color: #A6F81A;
}
.BgClassName
{
background-color: #A6F81A;
}
</style>
border-color css
<style>
span { border-color: #A6F81A; }
span { border-color: rgb(166,248,26); }
td.TdClassName
{
border-color: #A6F81A;
}
.TagClassName
{
border-color: #A6F81A;
}
</style>