Shades of Yellow Green #A0B738
Tints of Yellow Green #A0B738
RGB
CMYK
RGB Variations
Color information
#A0B738 (or 0xA0B738) is known color: Yellow Green. HEX triplet: A0, B7 and 38. RGB value is (160,183,56). Sum of RGB (Red+Green+Blue) = 160+183+56=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B738 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B738 is #5F48C7. Grayscale: #A2A2A2. Windows color (decimal): -6244552 or 3717024. OLE color: 3717024.
HSL color Cylindrical-coordinate representation of color #A0B738: hue angle of 70.87º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0B738 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 56 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.28 |
| HSL | 70.87º | 0.53% | 0.47% | - |
| HSV(B) | 70.87º | 0.69% | 0.72% | - |
| XYZ | 32.14 | 41.63 | 10.08 | - |
| YUV | 161.65 | 68.38 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 56 | 0.13 | 0 | 0.69 | 0.28 | 70.87 | 0.53 | 0.47 |
| Hex | A0 | B7 | 38 | D | 0 | 45 | 1C | 47 | 35 | 2F |
| Octal | 240 | 267 | 70 | 15 | 0 | 105 | 34 | 107 | 65 | 57 |
| Binary | 10100000 | 10110111 | 111000 | 1101 | 0 | 1000101 | 11100 | 1000111 | 110101 | 101111 |
Color Harmonies of #A0B738
Complementary color
Monochromatic Colors of #A0B738
Black with #A0B738
Text Example
Text Example
White with #A0B738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B738; }
p { color: rgb(160,183,56); }
H1.HeaderClassName
{
color: #A0B738;
}
.AnyTagClassName
{
color: #A0B738;
}
</style>
background-color css
<style>
a { background-color: #A0B738; }
a { background-color: rgb(160,183,56); }
div.DivClassName
{
background-color: #A0B738;
}
.BgClassName
{
background-color: #A0B738;
}
</style>
border-color css
<style>
span { border-color: #A0B738; }
span { border-color: rgb(160,183,56); }
td.TdClassName
{
border-color: #A0B738;
}
.TagClassName
{
border-color: #A0B738;
}
</style>