Shades of Yellow Green #A6C032
Tints of Yellow Green #A6C032
RGB
CMYK
RGB Variations
Color information
#A6C032 (or 0xA6C032) is known color: Yellow Green. HEX triplet: A6, C0 and 32. RGB value is (166,192,50). Sum of RGB (Red+Green+Blue) = 166+192+50=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C032 is #593FCD. Grayscale: #A8A8A8. Windows color (decimal): -5849038 or 3326118. OLE color: 3326118.
HSL color Cylindrical-coordinate representation of color #A6C032: hue angle of 70.99º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6C032 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 50 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.25 |
| HSL | 70.99º | 0.59% | 0.47% | - |
| HSV(B) | 70.99º | 0.74% | 0.75% | - |
| XYZ | 35.15 | 46.04 | 10.05 | - |
| YUV | 168.04 | 61.39 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 50 | 0.14 | 0 | 0.74 | 0.25 | 70.99 | 0.59 | 0.47 |
| Hex | A6 | C0 | 32 | E | 0 | 4A | 19 | 47 | 3B | 2F |
| Octal | 246 | 300 | 62 | 16 | 0 | 112 | 31 | 107 | 73 | 57 |
| Binary | 10100110 | 11000000 | 110010 | 1110 | 0 | 1001010 | 11001 | 1000111 | 111011 | 101111 |
Color Harmonies of #A6C032
Complementary color
Monochromatic Colors of #A6C032
Black with #A6C032
Text Example
Text Example
White with #A6C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C032; }
p { color: rgb(166,192,50); }
H1.HeaderClassName
{
color: #A6C032;
}
.AnyTagClassName
{
color: #A6C032;
}
</style>
background-color css
<style>
a { background-color: #A6C032; }
a { background-color: rgb(166,192,50); }
div.DivClassName
{
background-color: #A6C032;
}
.BgClassName
{
background-color: #A6C032;
}
</style>
border-color css
<style>
span { border-color: #A6C032; }
span { border-color: rgb(166,192,50); }
td.TdClassName
{
border-color: #A6C032;
}
.TagClassName
{
border-color: #A6C032;
}
</style>