Shades of Yellow Green #A0BD39
Tints of Yellow Green #A0BD39
RGB
CMYK
RGB Variations
Color information
#A0BD39 (or 0xA0BD39) is known color: Yellow Green. HEX triplet: A0, BD and 39. RGB value is (160,189,57). Sum of RGB (Red+Green+Blue) = 160+189+57=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 57 (22.66% from 255 or 14.04% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BD39 is #5F42C6. Grayscale: #A5A5A5. Windows color (decimal): -6243015 or 3784096. OLE color: 3784096.
HSL color Cylindrical-coordinate representation of color #A0BD39: hue angle of 73.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0BD39 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 57 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.26 |
| HSL | 73.18º | 0.54% | 0.48% | - |
| HSV(B) | 73.18º | 0.7% | 0.74% | - |
| XYZ | 33.43 | 44.16 | 10.63 | - |
| YUV | 165.28 | 66.89 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 57 | 0.15 | 0 | 0.70 | 0.26 | 73.18 | 0.54 | 0.48 |
| Hex | A0 | BD | 39 | F | 0 | 46 | 1A | 49 | 36 | 30 |
| Octal | 240 | 275 | 71 | 17 | 0 | 106 | 32 | 111 | 66 | 60 |
| Binary | 10100000 | 10111101 | 111001 | 1111 | 0 | 1000110 | 11010 | 1001001 | 110110 | 110000 |
Color Harmonies of #A0BD39
Complementary color
Monochromatic Colors of #A0BD39
Black with #A0BD39
Text Example
Text Example
White with #A0BD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD39; }
p { color: rgb(160,189,57); }
H1.HeaderClassName
{
color: #A0BD39;
}
.AnyTagClassName
{
color: #A0BD39;
}
</style>
background-color css
<style>
a { background-color: #A0BD39; }
a { background-color: rgb(160,189,57); }
div.DivClassName
{
background-color: #A0BD39;
}
.BgClassName
{
background-color: #A0BD39;
}
</style>
border-color css
<style>
span { border-color: #A0BD39; }
span { border-color: rgb(160,189,57); }
td.TdClassName
{
border-color: #A0BD39;
}
.TagClassName
{
border-color: #A0BD39;
}
</style>