Shades of Yellow Green #A0BE37
Tints of Yellow Green #A0BE37
RGB
CMYK
RGB Variations
Color information
#A0BE37 (or 0xA0BE37) is known color: Yellow Green. HEX triplet: A0, BE and 37. RGB value is (160,190,55). Sum of RGB (Red+Green+Blue) = 160+190+55=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE37 is #5F41C8. Grayscale: #A6A6A6. Windows color (decimal): -6242761 or 3653280. OLE color: 3653280.
HSL color Cylindrical-coordinate representation of color #A0BE37: hue angle of 73.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0BE37 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 55 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.25 |
| HSL | 73.33º | 0.55% | 0.48% | - |
| HSV(B) | 73.33º | 0.71% | 0.75% | - |
| XYZ | 33.6 | 44.58 | 10.45 | - |
| YUV | 165.64 | 65.56 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 55 | 0.16 | 0 | 0.71 | 0.25 | 73.33 | 0.55 | 0.48 |
| Hex | A0 | BE | 37 | 10 | 0 | 47 | 19 | 49 | 37 | 30 |
| Octal | 240 | 276 | 67 | 20 | 0 | 107 | 31 | 111 | 67 | 60 |
| Binary | 10100000 | 10111110 | 110111 | 10000 | 0 | 1000111 | 11001 | 1001001 | 110111 | 110000 |
Color Harmonies of #A0BE37
Complementary color
Monochromatic Colors of #A0BE37
Black with #A0BE37
Text Example
Text Example
White with #A0BE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE37; }
p { color: rgb(160,190,55); }
H1.HeaderClassName
{
color: #A0BE37;
}
.AnyTagClassName
{
color: #A0BE37;
}
</style>
background-color css
<style>
a { background-color: #A0BE37; }
a { background-color: rgb(160,190,55); }
div.DivClassName
{
background-color: #A0BE37;
}
.BgClassName
{
background-color: #A0BE37;
}
</style>
border-color css
<style>
span { border-color: #A0BE37; }
span { border-color: rgb(160,190,55); }
td.TdClassName
{
border-color: #A0BE37;
}
.TagClassName
{
border-color: #A0BE37;
}
</style>