Shades of Yellow Green #A0B73C
Tints of Yellow Green #A0B73C
RGB
CMYK
RGB Variations
Color information
#A0B73C (or 0xA0B73C) is known color: Yellow Green. HEX triplet: A0, B7 and 3C. RGB value is (160,183,60). Sum of RGB (Red+Green+Blue) = 160+183+60=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B73C is #5F48C3. Grayscale: #A2A2A2. Windows color (decimal): -6244548 or 3979168. OLE color: 3979168.
HSL color Cylindrical-coordinate representation of color #A0B73C: hue angle of 71.22º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0B73C is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 60 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.28 |
| HSL | 71.22º | 0.51% | 0.48% | - |
| HSV(B) | 71.22º | 0.67% | 0.72% | - |
| XYZ | 32.25 | 41.67 | 10.62 | - |
| YUV | 162.1 | 70.38 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 60 | 0.13 | 0 | 0.67 | 0.28 | 71.22 | 0.51 | 0.48 |
| Hex | A0 | B7 | 3C | D | 0 | 43 | 1C | 47 | 33 | 30 |
| Octal | 240 | 267 | 74 | 15 | 0 | 103 | 34 | 107 | 63 | 60 |
| Binary | 10100000 | 10110111 | 111100 | 1101 | 0 | 1000011 | 11100 | 1000111 | 110011 | 110000 |
Color Harmonies of #A0B73C
Complementary color
Monochromatic Colors of #A0B73C
Black with #A0B73C
Text Example
Text Example
White with #A0B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B73C; }
p { color: rgb(160,183,60); }
H1.HeaderClassName
{
color: #A0B73C;
}
.AnyTagClassName
{
color: #A0B73C;
}
</style>
background-color css
<style>
a { background-color: #A0B73C; }
a { background-color: rgb(160,183,60); }
div.DivClassName
{
background-color: #A0B73C;
}
.BgClassName
{
background-color: #A0B73C;
}
</style>
border-color css
<style>
span { border-color: #A0B73C; }
span { border-color: rgb(160,183,60); }
td.TdClassName
{
border-color: #A0B73C;
}
.TagClassName
{
border-color: #A0B73C;
}
</style>