Shades of Yellow Green #A0BF3A
Tints of Yellow Green #A0BF3A
RGB
CMYK
RGB Variations
Color information
#A0BF3A (or 0xA0BF3A) is known color: Yellow Green. HEX triplet: A0, BF and 3A. RGB value is (160,191,58). Sum of RGB (Red+Green+Blue) = 160+191+58=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF3A is #5F40C5. Grayscale: #A7A7A7. Windows color (decimal): -6242502 or 3850144. OLE color: 3850144.
HSL color Cylindrical-coordinate representation of color #A0BF3A: hue angle of 73.98º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0BF3A is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 58 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.25 |
| HSL | 73.98º | 0.53% | 0.49% | - |
| HSV(B) | 73.98º | 0.7% | 0.75% | - |
| XYZ | 33.89 | 45.04 | 10.91 | - |
| YUV | 166.57 | 66.73 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 58 | 0.16 | 0 | 0.70 | 0.25 | 73.98 | 0.53 | 0.49 |
| Hex | A0 | BF | 3A | 10 | 0 | 46 | 19 | 4A | 35 | 31 |
| Octal | 240 | 277 | 72 | 20 | 0 | 106 | 31 | 112 | 65 | 61 |
| Binary | 10100000 | 10111111 | 111010 | 10000 | 0 | 1000110 | 11001 | 1001010 | 110101 | 110001 |
Color Harmonies of #A0BF3A
Complementary color
Monochromatic Colors of #A0BF3A
Black with #A0BF3A
Text Example
Text Example
White with #A0BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF3A; }
p { color: rgb(160,191,58); }
H1.HeaderClassName
{
color: #A0BF3A;
}
.AnyTagClassName
{
color: #A0BF3A;
}
</style>
background-color css
<style>
a { background-color: #A0BF3A; }
a { background-color: rgb(160,191,58); }
div.DivClassName
{
background-color: #A0BF3A;
}
.BgClassName
{
background-color: #A0BF3A;
}
</style>
border-color css
<style>
span { border-color: #A0BF3A; }
span { border-color: rgb(160,191,58); }
td.TdClassName
{
border-color: #A0BF3A;
}
.TagClassName
{
border-color: #A0BF3A;
}
</style>