Shades of Yellow Green #A0BD36
Tints of Yellow Green #A0BD36
RGB
CMYK
RGB Variations
Color information
#A0BD36 (or 0xA0BD36) is known color: Yellow Green. HEX triplet: A0, BD and 36. RGB value is (160,189,54). Sum of RGB (Red+Green+Blue) = 160+189+54=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BD36 is #5F42C9. Grayscale: #A5A5A5. Windows color (decimal): -6243018 or 3587488. OLE color: 3587488.
HSL color Cylindrical-coordinate representation of color #A0BD36: hue angle of 72.89º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0BD36 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 54 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.26 |
| HSL | 72.89º | 0.56% | 0.48% | - |
| HSV(B) | 72.89º | 0.71% | 0.74% | - |
| XYZ | 33.36 | 44.14 | 10.25 | - |
| YUV | 164.94 | 65.39 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 54 | 0.15 | 0 | 0.71 | 0.26 | 72.89 | 0.56 | 0.48 |
| Hex | A0 | BD | 36 | F | 0 | 47 | 1A | 49 | 38 | 30 |
| Octal | 240 | 275 | 66 | 17 | 0 | 107 | 32 | 111 | 70 | 60 |
| Binary | 10100000 | 10111101 | 110110 | 1111 | 0 | 1000111 | 11010 | 1001001 | 111000 | 110000 |
Color Harmonies of #A0BD36
Complementary color
Monochromatic Colors of #A0BD36
Black with #A0BD36
Text Example
Text Example
White with #A0BD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD36; }
p { color: rgb(160,189,54); }
H1.HeaderClassName
{
color: #A0BD36;
}
.AnyTagClassName
{
color: #A0BD36;
}
</style>
background-color css
<style>
a { background-color: #A0BD36; }
a { background-color: rgb(160,189,54); }
div.DivClassName
{
background-color: #A0BD36;
}
.BgClassName
{
background-color: #A0BD36;
}
</style>
border-color css
<style>
span { border-color: #A0BD36; }
span { border-color: rgb(160,189,54); }
td.TdClassName
{
border-color: #A0BD36;
}
.TagClassName
{
border-color: #A0BD36;
}
</style>