Shades of Yellow Green #A0B83C
Tints of Yellow Green #A0B83C
RGB
CMYK
RGB Variations
Color information
#A0B83C (or 0xA0B83C) is known color: Yellow Green. HEX triplet: A0, B8 and 3C. RGB value is (160,184,60). Sum of RGB (Red+Green+Blue) = 160+184+60=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B83C is #5F47C3. Grayscale: #A3A3A3. Windows color (decimal): -6244292 or 3979424. OLE color: 3979424.
HSL color Cylindrical-coordinate representation of color #A0B83C: hue angle of 71.61º 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 #A0B83C is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 60 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.28 |
| HSL | 71.61º | 0.51% | 0.48% | - |
| HSV(B) | 71.61º | 0.67% | 0.72% | - |
| XYZ | 32.45 | 42.08 | 10.69 | - |
| YUV | 162.69 | 70.05 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 60 | 0.13 | 0 | 0.67 | 0.28 | 71.61 | 0.51 | 0.48 |
| Hex | A0 | B8 | 3C | D | 0 | 43 | 1C | 48 | 33 | 30 |
| Octal | 240 | 270 | 74 | 15 | 0 | 103 | 34 | 110 | 63 | 60 |
| Binary | 10100000 | 10111000 | 111100 | 1101 | 0 | 1000011 | 11100 | 1001000 | 110011 | 110000 |
Color Harmonies of #A0B83C
Complementary color
Monochromatic Colors of #A0B83C
Black with #A0B83C
Text Example
Text Example
White with #A0B83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B83C; }
p { color: rgb(160,184,60); }
H1.HeaderClassName
{
color: #A0B83C;
}
.AnyTagClassName
{
color: #A0B83C;
}
</style>
background-color css
<style>
a { background-color: #A0B83C; }
a { background-color: rgb(160,184,60); }
div.DivClassName
{
background-color: #A0B83C;
}
.BgClassName
{
background-color: #A0B83C;
}
</style>
border-color css
<style>
span { border-color: #A0B83C; }
span { border-color: rgb(160,184,60); }
td.TdClassName
{
border-color: #A0B83C;
}
.TagClassName
{
border-color: #A0B83C;
}
</style>