Shades of Yellow Green #A0BF30
Tints of Yellow Green #A0BF30
RGB
CMYK
RGB Variations
Color information
#A0BF30 (or 0xA0BF30) is known color: Yellow Green. HEX triplet: A0, BF and 30. RGB value is (160,191,48). Sum of RGB (Red+Green+Blue) = 160+191+48=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF30 is #5F40CF. Grayscale: #A5A5A5. Windows color (decimal): -6242512 or 3194784. OLE color: 3194784.
HSL color Cylindrical-coordinate representation of color #A0BF30: hue angle of 73.01º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0BF30 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 48 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.25 |
| HSL | 73.01º | 0.6% | 0.47% | - |
| HSV(B) | 73.01º | 0.75% | 0.75% | - |
| XYZ | 33.66 | 44.95 | 9.7 | - |
| YUV | 165.43 | 61.73 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 48 | 0.16 | 0 | 0.75 | 0.25 | 73.01 | 0.6 | 0.47 |
| Hex | A0 | BF | 30 | 10 | 0 | 4B | 19 | 49 | 3C | 2F |
| Octal | 240 | 277 | 60 | 20 | 0 | 113 | 31 | 111 | 74 | 57 |
| Binary | 10100000 | 10111111 | 110000 | 10000 | 0 | 1001011 | 11001 | 1001001 | 111100 | 101111 |
Color Harmonies of #A0BF30
Complementary color
Monochromatic Colors of #A0BF30
Black with #A0BF30
Text Example
Text Example
White with #A0BF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF30; }
p { color: rgb(160,191,48); }
H1.HeaderClassName
{
color: #A0BF30;
}
.AnyTagClassName
{
color: #A0BF30;
}
</style>
background-color css
<style>
a { background-color: #A0BF30; }
a { background-color: rgb(160,191,48); }
div.DivClassName
{
background-color: #A0BF30;
}
.BgClassName
{
background-color: #A0BF30;
}
</style>
border-color css
<style>
span { border-color: #A0BF30; }
span { border-color: rgb(160,191,48); }
td.TdClassName
{
border-color: #A0BF30;
}
.TagClassName
{
border-color: #A0BF30;
}
</style>