Shades of Yellow Green #A0C734
Tints of Yellow Green #A0C734
RGB
CMYK
RGB Variations
Color information
#A0C734 (or 0xA0C734) is known color: Yellow Green. HEX triplet: A0, C7 and 34. RGB value is (160,199,52). Sum of RGB (Red+Green+Blue) = 160+199+52=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C734 is #5F38CB. Grayscale: #ABABAB. Windows color (decimal): -6240460 or 3458976. OLE color: 3458976.
HSL color Cylindrical-coordinate representation of color #A0C734: hue angle of 75.92º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0C734 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 52 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.22 |
| HSL | 75.92º | 0.59% | 0.49% | - |
| HSV(B) | 75.92º | 0.74% | 0.78% | - |
| XYZ | 35.54 | 48.57 | 10.75 | - |
| YUV | 170.58 | 61.08 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 52 | 0.20 | 0 | 0.74 | 0.22 | 75.92 | 0.59 | 0.49 |
| Hex | A0 | C7 | 34 | 14 | 0 | 4A | 16 | 4C | 3B | 31 |
| Octal | 240 | 307 | 64 | 24 | 0 | 112 | 26 | 114 | 73 | 61 |
| Binary | 10100000 | 11000111 | 110100 | 10100 | 0 | 1001010 | 10110 | 1001100 | 111011 | 110001 |
Color Harmonies of #A0C734
Complementary color
Monochromatic Colors of #A0C734
Black with #A0C734
Text Example
Text Example
White with #A0C734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C734; }
p { color: rgb(160,199,52); }
H1.HeaderClassName
{
color: #A0C734;
}
.AnyTagClassName
{
color: #A0C734;
}
</style>
background-color css
<style>
a { background-color: #A0C734; }
a { background-color: rgb(160,199,52); }
div.DivClassName
{
background-color: #A0C734;
}
.BgClassName
{
background-color: #A0C734;
}
</style>
border-color css
<style>
span { border-color: #A0C734; }
span { border-color: rgb(160,199,52); }
td.TdClassName
{
border-color: #A0C734;
}
.TagClassName
{
border-color: #A0C734;
}
</style>