Shades of Yellow Green #A0BC30
Tints of Yellow Green #A0BC30
RGB
CMYK
RGB Variations
Color information
#A0BC30 (or 0xA0BC30) is known color: Yellow Green. HEX triplet: A0, BC and 30. RGB value is (160,188,48). Sum of RGB (Red+Green+Blue) = 160+188+48=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BC30 is #5F43CF. Grayscale: #A4A4A4. Windows color (decimal): -6243280 or 3194016. OLE color: 3194016.
HSL color Cylindrical-coordinate representation of color #A0BC30: hue angle of 72º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0BC30 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 48 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.26 |
| HSL | 72º | 0.59% | 0.46% | - |
| HSV(B) | 72º | 0.74% | 0.74% | - |
| XYZ | 33.01 | 43.65 | 9.48 | - |
| YUV | 163.67 | 62.72 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 48 | 0.15 | 0 | 0.74 | 0.26 | 72 | 0.59 | 0.46 |
| Hex | A0 | BC | 30 | F | 0 | 4A | 1A | 48 | 3B | 2E |
| Octal | 240 | 274 | 60 | 17 | 0 | 112 | 32 | 110 | 73 | 56 |
| Binary | 10100000 | 10111100 | 110000 | 1111 | 0 | 1001010 | 11010 | 1001000 | 111011 | 101110 |
Color Harmonies of #A0BC30
Complementary color
Monochromatic Colors of #A0BC30
Black with #A0BC30
Text Example
Text Example
White with #A0BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC30; }
p { color: rgb(160,188,48); }
H1.HeaderClassName
{
color: #A0BC30;
}
.AnyTagClassName
{
color: #A0BC30;
}
</style>
background-color css
<style>
a { background-color: #A0BC30; }
a { background-color: rgb(160,188,48); }
div.DivClassName
{
background-color: #A0BC30;
}
.BgClassName
{
background-color: #A0BC30;
}
</style>
border-color css
<style>
span { border-color: #A0BC30; }
span { border-color: rgb(160,188,48); }
td.TdClassName
{
border-color: #A0BC30;
}
.TagClassName
{
border-color: #A0BC30;
}
</style>