Shades of Yellow Green #A0B935
Tints of Yellow Green #A0B935
RGB
CMYK
RGB Variations
Color information
#A0B935 (or 0xA0B935) is known color: Yellow Green. HEX triplet: A0, B9 and 35. RGB value is (160,185,53). Sum of RGB (Red+Green+Blue) = 160+185+53=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B935 is #5F46CA. Grayscale: #A2A2A2. Windows color (decimal): -6244043 or 3520928. OLE color: 3520928.
HSL color Cylindrical-coordinate representation of color #A0B935: hue angle of 71.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0B935 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 53 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.27 |
| HSL | 71.36º | 0.55% | 0.47% | - |
| HSV(B) | 71.36º | 0.71% | 0.73% | - |
| XYZ | 32.49 | 42.43 | 9.85 | - |
| YUV | 162.48 | 66.22 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 53 | 0.14 | 0 | 0.71 | 0.27 | 71.36 | 0.55 | 0.47 |
| Hex | A0 | B9 | 35 | E | 0 | 47 | 1B | 47 | 37 | 2F |
| Octal | 240 | 271 | 65 | 16 | 0 | 107 | 33 | 107 | 67 | 57 |
| Binary | 10100000 | 10111001 | 110101 | 1110 | 0 | 1000111 | 11011 | 1000111 | 110111 | 101111 |
Color Harmonies of #A0B935
Complementary color
Monochromatic Colors of #A0B935
Black with #A0B935
Text Example
Text Example
White with #A0B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B935; }
p { color: rgb(160,185,53); }
H1.HeaderClassName
{
color: #A0B935;
}
.AnyTagClassName
{
color: #A0B935;
}
</style>
background-color css
<style>
a { background-color: #A0B935; }
a { background-color: rgb(160,185,53); }
div.DivClassName
{
background-color: #A0B935;
}
.BgClassName
{
background-color: #A0B935;
}
</style>
border-color css
<style>
span { border-color: #A0B935; }
span { border-color: rgb(160,185,53); }
td.TdClassName
{
border-color: #A0B935;
}
.TagClassName
{
border-color: #A0B935;
}
</style>