Shades of Yellow Green #A6C534
Tints of Yellow Green #A6C534
RGB
CMYK
RGB Variations
Color information
#A6C534 (or 0xA6C534) is known color: Yellow Green. HEX triplet: A6, C5 and 34. RGB value is (166,197,52). Sum of RGB (Red+Green+Blue) = 166+197+52=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C534 is #593ACB. Grayscale: #ABABAB. Windows color (decimal): -5847756 or 3458470. OLE color: 3458470.
HSL color Cylindrical-coordinate representation of color #A6C534: hue angle of 72.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6C534 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 197 | 52 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.23 |
| HSL | 72.83º | 0.58% | 0.49% | - |
| HSV(B) | 72.83º | 0.74% | 0.77% | - |
| XYZ | 36.31 | 48.29 | 10.66 | - |
| YUV | 171.2 | 60.73 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 52 | 0.16 | 0 | 0.74 | 0.23 | 72.83 | 0.58 | 0.49 |
| Hex | A6 | C5 | 34 | 10 | 0 | 4A | 17 | 49 | 3A | 31 |
| Octal | 246 | 305 | 64 | 20 | 0 | 112 | 27 | 111 | 72 | 61 |
| Binary | 10100110 | 11000101 | 110100 | 10000 | 0 | 1001010 | 10111 | 1001001 | 111010 | 110001 |
Color Harmonies of #A6C534
Complementary color
Monochromatic Colors of #A6C534
Black with #A6C534
Text Example
Text Example
White with #A6C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C534; }
p { color: rgb(166,197,52); }
H1.HeaderClassName
{
color: #A6C534;
}
.AnyTagClassName
{
color: #A6C534;
}
</style>
background-color css
<style>
a { background-color: #A6C534; }
a { background-color: rgb(166,197,52); }
div.DivClassName
{
background-color: #A6C534;
}
.BgClassName
{
background-color: #A6C534;
}
</style>
border-color css
<style>
span { border-color: #A6C534; }
span { border-color: rgb(166,197,52); }
td.TdClassName
{
border-color: #A6C534;
}
.TagClassName
{
border-color: #A6C534;
}
</style>