Shades of Yellow Green #A1BF2E
Tints of Yellow Green #A1BF2E
RGB
CMYK
RGB Variations
Color information
#A1BF2E (or 0xA1BF2E) is known color: Yellow Green. HEX triplet: A1, BF and 2E. RGB value is (161,191,46). Sum of RGB (Red+Green+Blue) = 161+191+46=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BF2E is #5E40D1. Grayscale: #A6A6A6. Windows color (decimal): -6176978 or 3063713. OLE color: 3063713.
HSL color Cylindrical-coordinate representation of color #A1BF2E: hue angle of 72.41º 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 #A1BF2E is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 46 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.25 |
| HSL | 72.41º | 0.61% | 0.46% | - |
| HSV(B) | 72.41º | 0.76% | 0.75% | - |
| XYZ | 33.82 | 45.04 | 9.49 | - |
| YUV | 165.5 | 60.56 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 46 | 0.16 | 0 | 0.76 | 0.25 | 72.41 | 0.61 | 0.46 |
| Hex | A1 | BF | 2E | 10 | 0 | 4C | 19 | 48 | 3D | 2E |
| Octal | 241 | 277 | 56 | 20 | 0 | 114 | 31 | 110 | 75 | 56 |
| Binary | 10100001 | 10111111 | 101110 | 10000 | 0 | 1001100 | 11001 | 1001000 | 111101 | 101110 |
Color Harmonies of #A1BF2E
Complementary color
Monochromatic Colors of #A1BF2E
Black with #A1BF2E
Text Example
Text Example
White with #A1BF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BF2E; }
p { color: rgb(161,191,46); }
H1.HeaderClassName
{
color: #A1BF2E;
}
.AnyTagClassName
{
color: #A1BF2E;
}
</style>
background-color css
<style>
a { background-color: #A1BF2E; }
a { background-color: rgb(161,191,46); }
div.DivClassName
{
background-color: #A1BF2E;
}
.BgClassName
{
background-color: #A1BF2E;
}
</style>
border-color css
<style>
span { border-color: #A1BF2E; }
span { border-color: rgb(161,191,46); }
td.TdClassName
{
border-color: #A1BF2E;
}
.TagClassName
{
border-color: #A1BF2E;
}
</style>