Shades of Green Yellow #A6F534
Tints of Green Yellow #A6F534
RGB
CMYK
RGB Variations
Color information
#A6F534 (or 0xA6F534) is known color: Green Yellow. HEX triplet: A6, F5 and 34. RGB value is (166,245,52). Sum of RGB (Red+Green+Blue) = 166+245+52=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #A6F534 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6F534 is #590ACB. Grayscale: #C8C8C8. Windows color (decimal): -5835468 or 3470758. OLE color: 3470758.
HSL color Cylindrical-coordinate representation of color #A6F534: hue angle of 84.56º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6F534 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 245 | 52 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.04 |
| HSL | 84.56º | 0.91% | 0.58% | - |
| HSV(B) | 84.56º | 0.79% | 0.96% | - |
| XYZ | 49 | 73.66 | 14.88 | - |
| YUV | 199.38 | 44.83 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 245 | 52 | 0.32 | 0 | 0.79 | 0.04 | 84.56 | 0.91 | 0.58 |
| Hex | A6 | F5 | 34 | 20 | 0 | 4F | 4 | 55 | 5B | 3A |
| Octal | 246 | 365 | 64 | 40 | 0 | 117 | 4 | 125 | 133 | 72 |
| Binary | 10100110 | 11110101 | 110100 | 100000 | 0 | 1001111 | 100 | 1010101 | 1011011 | 111010 |
Color Harmonies of #A6F534
Complementary color
Monochromatic Colors of #A6F534
Black with #A6F534
Text Example
Text Example
White with #A6F534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F534; }
p { color: rgb(166,245,52); }
H1.HeaderClassName
{
color: #A6F534;
}
.AnyTagClassName
{
color: #A6F534;
}
</style>
background-color css
<style>
a { background-color: #A6F534; }
a { background-color: rgb(166,245,52); }
div.DivClassName
{
background-color: #A6F534;
}
.BgClassName
{
background-color: #A6F534;
}
</style>
border-color css
<style>
span { border-color: #A6F534; }
span { border-color: rgb(166,245,52); }
td.TdClassName
{
border-color: #A6F534;
}
.TagClassName
{
border-color: #A6F534;
}
</style>