Shades of Yellow Green #A1BD39
Tints of Yellow Green #A1BD39
RGB
CMYK
RGB Variations
Color information
#A1BD39 (or 0xA1BD39) is known color: Yellow Green. HEX triplet: A1, BD and 39. RGB value is (161,189,57). Sum of RGB (Red+Green+Blue) = 161+189+57=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 57 (22.66% from 255 or 14.00% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BD39 is #5E42C6. Grayscale: #A6A6A6. Windows color (decimal): -6177479 or 3784097. OLE color: 3784097.
HSL color Cylindrical-coordinate representation of color #A1BD39: hue angle of 72.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1BD39 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 57 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.26 |
| HSL | 72.73º | 0.54% | 0.48% | - |
| HSV(B) | 72.73º | 0.7% | 0.74% | - |
| XYZ | 33.63 | 44.27 | 10.64 | - |
| YUV | 165.58 | 66.72 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 57 | 0.15 | 0 | 0.70 | 0.26 | 72.73 | 0.54 | 0.48 |
| Hex | A1 | BD | 39 | F | 0 | 46 | 1A | 49 | 36 | 30 |
| Octal | 241 | 275 | 71 | 17 | 0 | 106 | 32 | 111 | 66 | 60 |
| Binary | 10100001 | 10111101 | 111001 | 1111 | 0 | 1000110 | 11010 | 1001001 | 110110 | 110000 |
Color Harmonies of #A1BD39
Complementary color
Monochromatic Colors of #A1BD39
Black with #A1BD39
Text Example
Text Example
White with #A1BD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BD39; }
p { color: rgb(161,189,57); }
H1.HeaderClassName
{
color: #A1BD39;
}
.AnyTagClassName
{
color: #A1BD39;
}
</style>
background-color css
<style>
a { background-color: #A1BD39; }
a { background-color: rgb(161,189,57); }
div.DivClassName
{
background-color: #A1BD39;
}
.BgClassName
{
background-color: #A1BD39;
}
</style>
border-color css
<style>
span { border-color: #A1BD39; }
span { border-color: rgb(161,189,57); }
td.TdClassName
{
border-color: #A1BD39;
}
.TagClassName
{
border-color: #A1BD39;
}
</style>