Shades of Yellow Green #A0C434
Tints of Yellow Green #A0C434
RGB
CMYK
RGB Variations
Color information
#A0C434 (or 0xA0C434) is known color: Yellow Green. HEX triplet: A0, C4 and 34. RGB value is (160,196,52). Sum of RGB (Red+Green+Blue) = 160+196+52=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C434 is #5F3BCB. Grayscale: #A9A9A9. Windows color (decimal): -6241228 or 3458208. OLE color: 3458208.
HSL color Cylindrical-coordinate representation of color #A0C434: hue angle of 75º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0C434 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 52 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.23 |
| HSL | 75º | 0.58% | 0.49% | - |
| HSV(B) | 75º | 0.73% | 0.77% | - |
| XYZ | 34.86 | 47.2 | 10.52 | - |
| YUV | 168.82 | 62.07 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 52 | 0.18 | 0 | 0.73 | 0.23 | 75 | 0.58 | 0.49 |
| Hex | A0 | C4 | 34 | 12 | 0 | 49 | 17 | 4B | 3A | 31 |
| Octal | 240 | 304 | 64 | 22 | 0 | 111 | 27 | 113 | 72 | 61 |
| Binary | 10100000 | 11000100 | 110100 | 10010 | 0 | 1001001 | 10111 | 1001011 | 111010 | 110001 |
Color Harmonies of #A0C434
Complementary color
Monochromatic Colors of #A0C434
Black with #A0C434
Text Example
Text Example
White with #A0C434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C434; }
p { color: rgb(160,196,52); }
H1.HeaderClassName
{
color: #A0C434;
}
.AnyTagClassName
{
color: #A0C434;
}
</style>
background-color css
<style>
a { background-color: #A0C434; }
a { background-color: rgb(160,196,52); }
div.DivClassName
{
background-color: #A0C434;
}
.BgClassName
{
background-color: #A0C434;
}
</style>
border-color css
<style>
span { border-color: #A0C434; }
span { border-color: rgb(160,196,52); }
td.TdClassName
{
border-color: #A0C434;
}
.TagClassName
{
border-color: #A0C434;
}
</style>