Shades of Yellow Green #A6D032
Tints of Yellow Green #A6D032
RGB
CMYK
RGB Variations
Color information
#A6D032 (or 0xA6D032) is known color: Yellow Green. HEX triplet: A6, D0 and 32. RGB value is (166,208,50). Sum of RGB (Red+Green+Blue) = 166+208+50=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D032 is #592FCD. Grayscale: #B2B2B2. Windows color (decimal): -5844942 or 3330214. OLE color: 3330214.
HSL color Cylindrical-coordinate representation of color #A6D032: hue angle of 75.95º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6D032 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 208 | 50 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.18 |
| HSL | 75.95º | 0.63% | 0.51% | - |
| HSV(B) | 75.95º | 0.76% | 0.82% | - |
| XYZ | 38.86 | 53.45 | 11.29 | - |
| YUV | 177.43 | 56.09 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 50 | 0.20 | 0 | 0.76 | 0.18 | 75.95 | 0.63 | 0.51 |
| Hex | A6 | D0 | 32 | 14 | 0 | 4C | 12 | 4C | 3F | 33 |
| Octal | 246 | 320 | 62 | 24 | 0 | 114 | 22 | 114 | 77 | 63 |
| Binary | 10100110 | 11010000 | 110010 | 10100 | 0 | 1001100 | 10010 | 1001100 | 111111 | 110011 |
Color Harmonies of #A6D032
Complementary color
Monochromatic Colors of #A6D032
Black with #A6D032
Text Example
Text Example
White with #A6D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D032; }
p { color: rgb(166,208,50); }
H1.HeaderClassName
{
color: #A6D032;
}
.AnyTagClassName
{
color: #A6D032;
}
</style>
background-color css
<style>
a { background-color: #A6D032; }
a { background-color: rgb(166,208,50); }
div.DivClassName
{
background-color: #A6D032;
}
.BgClassName
{
background-color: #A6D032;
}
</style>
border-color css
<style>
span { border-color: #A6D032; }
span { border-color: rgb(166,208,50); }
td.TdClassName
{
border-color: #A6D032;
}
.TagClassName
{
border-color: #A6D032;
}
</style>