Shades of Yellow Green #A0BC2F
Tints of Yellow Green #A0BC2F
RGB
CMYK
RGB Variations
Color information
#A0BC2F (or 0xA0BC2F) is known color: Yellow Green. HEX triplet: A0, BC and 2F. RGB value is (160,188,47). Sum of RGB (Red+Green+Blue) = 160+188+47=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BC2F is #5F43D0. Grayscale: #A4A4A4. Windows color (decimal): -6243281 or 3128480. OLE color: 3128480.
HSL color Cylindrical-coordinate representation of color #A0BC2F: hue angle of 71.91º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0BC2F is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 47 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.26 |
| HSL | 71.91º | 0.6% | 0.46% | - |
| HSV(B) | 71.91º | 0.75% | 0.74% | - |
| XYZ | 32.99 | 43.65 | 9.37 | - |
| YUV | 163.55 | 62.22 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 47 | 0.15 | 0 | 0.75 | 0.26 | 71.91 | 0.6 | 0.46 |
| Hex | A0 | BC | 2F | F | 0 | 4B | 1A | 48 | 3C | 2E |
| Octal | 240 | 274 | 57 | 17 | 0 | 113 | 32 | 110 | 74 | 56 |
| Binary | 10100000 | 10111100 | 101111 | 1111 | 0 | 1001011 | 11010 | 1001000 | 111100 | 101110 |
Color Harmonies of #A0BC2F
Complementary color
Monochromatic Colors of #A0BC2F
Black with #A0BC2F
Text Example
Text Example
White with #A0BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC2F; }
p { color: rgb(160,188,47); }
H1.HeaderClassName
{
color: #A0BC2F;
}
.AnyTagClassName
{
color: #A0BC2F;
}
</style>
background-color css
<style>
a { background-color: #A0BC2F; }
a { background-color: rgb(160,188,47); }
div.DivClassName
{
background-color: #A0BC2F;
}
.BgClassName
{
background-color: #A0BC2F;
}
</style>
border-color css
<style>
span { border-color: #A0BC2F; }
span { border-color: rgb(160,188,47); }
td.TdClassName
{
border-color: #A0BC2F;
}
.TagClassName
{
border-color: #A0BC2F;
}
</style>