Shades of Green Yellow #A6FC32
Tints of Green Yellow #A6FC32
RGB
CMYK
RGB Variations
Color information
#A6FC32 (or 0xA6FC32) is known color: Green Yellow. HEX triplet: A6, FC and 32. RGB value is (166,252,50). Sum of RGB (Red+Green+Blue) = 166+252+50=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6FC32 is #5903CD. Grayscale: #CBCBCB. Windows color (decimal): -5833678 or 3341478. OLE color: 3341478.
HSL color Cylindrical-coordinate representation of color #A6FC32: hue angle of 85.54º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6FC32 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 252 | 50 | - |
| CMYK | 0.34 | 0 | 0.80 | 0.01 |
| HSL | 85.54º | 0.97% | 0.59% | - |
| HSV(B) | 85.54º | 0.8% | 0.99% | - |
| XYZ | 51.11 | 77.96 | 15.37 | - |
| YUV | 203.26 | 41.51 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 252 | 50 | 0.34 | 0 | 0.80 | 0.01 | 85.54 | 0.97 | 0.59 |
| Hex | A6 | FC | 32 | 22 | 0 | 50 | 1 | 56 | 61 | 3B |
| Octal | 246 | 374 | 62 | 42 | 0 | 120 | 1 | 126 | 141 | 73 |
| Binary | 10100110 | 11111100 | 110010 | 100010 | 0 | 1010000 | 1 | 1010110 | 1100001 | 111011 |
Color Harmonies of #A6FC32
Complementary color
Monochromatic Colors of #A6FC32
Black with #A6FC32
Text Example
Text Example
White with #A6FC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FC32; }
p { color: rgb(166,252,50); }
H1.HeaderClassName
{
color: #A6FC32;
}
.AnyTagClassName
{
color: #A6FC32;
}
</style>
background-color css
<style>
a { background-color: #A6FC32; }
a { background-color: rgb(166,252,50); }
div.DivClassName
{
background-color: #A6FC32;
}
.BgClassName
{
background-color: #A6FC32;
}
</style>
border-color css
<style>
span { border-color: #A6FC32; }
span { border-color: rgb(166,252,50); }
td.TdClassName
{
border-color: #A6FC32;
}
.TagClassName
{
border-color: #A6FC32;
}
</style>