Shades of Yellow Green #A2BF2E
Tints of Yellow Green #A2BF2E
RGB
CMYK
RGB Variations
Color information
#A2BF2E (or 0xA2BF2E) is known color: Yellow Green. HEX triplet: A2, BF and 2E. RGB value is (162,191,46). Sum of RGB (Red+Green+Blue) = 162+191+46=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BF2E is #5D40D1. Grayscale: #A6A6A6. Windows color (decimal): -6111442 or 3063714. OLE color: 3063714.
HSL color Cylindrical-coordinate representation of color #A2BF2E: hue angle of 72º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2BF2E is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 46 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.25 |
| HSL | 72º | 0.61% | 0.46% | - |
| HSV(B) | 72º | 0.76% | 0.75% | - |
| XYZ | 34.02 | 45.14 | 9.5 | - |
| YUV | 165.8 | 60.39 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 46 | 0.15 | 0 | 0.76 | 0.25 | 72 | 0.61 | 0.46 |
| Hex | A2 | BF | 2E | F | 0 | 4C | 19 | 48 | 3D | 2E |
| Octal | 242 | 277 | 56 | 17 | 0 | 114 | 31 | 110 | 75 | 56 |
| Binary | 10100010 | 10111111 | 101110 | 1111 | 0 | 1001100 | 11001 | 1001000 | 111101 | 101110 |
Color Harmonies of #A2BF2E
Complementary color
Monochromatic Colors of #A2BF2E
Black with #A2BF2E
Text Example
Text Example
White with #A2BF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BF2E; }
p { color: rgb(162,191,46); }
H1.HeaderClassName
{
color: #A2BF2E;
}
.AnyTagClassName
{
color: #A2BF2E;
}
</style>
background-color css
<style>
a { background-color: #A2BF2E; }
a { background-color: rgb(162,191,46); }
div.DivClassName
{
background-color: #A2BF2E;
}
.BgClassName
{
background-color: #A2BF2E;
}
</style>
border-color css
<style>
span { border-color: #A2BF2E; }
span { border-color: rgb(162,191,46); }
td.TdClassName
{
border-color: #A2BF2E;
}
.TagClassName
{
border-color: #A2BF2E;
}
</style>