Shades of Yellow Green #A0C935
Tints of Yellow Green #A0C935
RGB
CMYK
RGB Variations
Color information
#A0C935 (or 0xA0C935) is known color: Yellow Green. HEX triplet: A0, C9 and 35. RGB value is (160,201,53). Sum of RGB (Red+Green+Blue) = 160+201+53=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 53 (21.09% from 255 or 12.80% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C935 is #5F36CA. Grayscale: #ACACAC. Windows color (decimal): -6239947 or 3525024. OLE color: 3525024.
HSL color Cylindrical-coordinate representation of color #A0C935: hue angle of 76.62º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0C935 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 53 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.21 |
| HSL | 76.62º | 0.58% | 0.5% | - |
| HSV(B) | 76.62º | 0.74% | 0.79% | - |
| XYZ | 36.03 | 49.5 | 11.02 | - |
| YUV | 171.87 | 60.92 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 53 | 0.20 | 0 | 0.74 | 0.21 | 76.62 | 0.58 | 0.5 |
| Hex | A0 | C9 | 35 | 14 | 0 | 4A | 15 | 4D | 3A | 32 |
| Octal | 240 | 311 | 65 | 24 | 0 | 112 | 25 | 115 | 72 | 62 |
| Binary | 10100000 | 11001001 | 110101 | 10100 | 0 | 1001010 | 10101 | 1001101 | 111010 | 110010 |
Color Harmonies of #A0C935
Complementary color
Monochromatic Colors of #A0C935
Black with #A0C935
Text Example
Text Example
White with #A0C935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C935; }
p { color: rgb(160,201,53); }
H1.HeaderClassName
{
color: #A0C935;
}
.AnyTagClassName
{
color: #A0C935;
}
</style>
background-color css
<style>
a { background-color: #A0C935; }
a { background-color: rgb(160,201,53); }
div.DivClassName
{
background-color: #A0C935;
}
.BgClassName
{
background-color: #A0C935;
}
</style>
border-color css
<style>
span { border-color: #A0C935; }
span { border-color: rgb(160,201,53); }
td.TdClassName
{
border-color: #A0C935;
}
.TagClassName
{
border-color: #A0C935;
}
</style>