Shades of Yellow Green #A0BF36
Tints of Yellow Green #A0BF36
RGB
CMYK
RGB Variations
Color information
#A0BF36 (or 0xA0BF36) is known color: Yellow Green. HEX triplet: A0, BF and 36. RGB value is (160,191,54). Sum of RGB (Red+Green+Blue) = 160+191+54=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 54 (21.48% from 255 or 13.33% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF36 is #5F40C9. Grayscale: #A6A6A6. Windows color (decimal): -6242506 or 3588000. OLE color: 3588000.
HSL color Cylindrical-coordinate representation of color #A0BF36: hue angle of 73.58º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0BF36 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 54 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.25 |
| HSL | 73.58º | 0.56% | 0.48% | - |
| HSV(B) | 73.58º | 0.72% | 0.75% | - |
| XYZ | 33.79 | 45 | 10.4 | - |
| YUV | 166.11 | 64.73 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 54 | 0.16 | 0 | 0.72 | 0.25 | 73.58 | 0.56 | 0.48 |
| Hex | A0 | BF | 36 | 10 | 0 | 48 | 19 | 4A | 38 | 30 |
| Octal | 240 | 277 | 66 | 20 | 0 | 110 | 31 | 112 | 70 | 60 |
| Binary | 10100000 | 10111111 | 110110 | 10000 | 0 | 1001000 | 11001 | 1001010 | 111000 | 110000 |
Color Harmonies of #A0BF36
Complementary color
Monochromatic Colors of #A0BF36
Black with #A0BF36
Text Example
Text Example
White with #A0BF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF36; }
p { color: rgb(160,191,54); }
H1.HeaderClassName
{
color: #A0BF36;
}
.AnyTagClassName
{
color: #A0BF36;
}
</style>
background-color css
<style>
a { background-color: #A0BF36; }
a { background-color: rgb(160,191,54); }
div.DivClassName
{
background-color: #A0BF36;
}
.BgClassName
{
background-color: #A0BF36;
}
</style>
border-color css
<style>
span { border-color: #A0BF36; }
span { border-color: rgb(160,191,54); }
td.TdClassName
{
border-color: #A0BF36;
}
.TagClassName
{
border-color: #A0BF36;
}
</style>