Shades of Yellow Green #A0BF3C
Tints of Yellow Green #A0BF3C
RGB
CMYK
RGB Variations
Color information
#A0BF3C (or 0xA0BF3C) is known color: Yellow Green. HEX triplet: A0, BF and 3C. RGB value is (160,191,60). Sum of RGB (Red+Green+Blue) = 160+191+60=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF3C is #5F40C3. Grayscale: #A7A7A7. Windows color (decimal): -6242500 or 3981216. OLE color: 3981216.
HSL color Cylindrical-coordinate representation of color #A0BF3C: hue angle of 74.2º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0BF3C is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 60 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.25 |
| HSL | 74.2º | 0.52% | 0.49% | - |
| HSV(B) | 74.2º | 0.69% | 0.75% | - |
| XYZ | 33.94 | 45.06 | 11.18 | - |
| YUV | 166.8 | 67.73 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 60 | 0.16 | 0 | 0.69 | 0.25 | 74.2 | 0.52 | 0.49 |
| Hex | A0 | BF | 3C | 10 | 0 | 45 | 19 | 4A | 34 | 31 |
| Octal | 240 | 277 | 74 | 20 | 0 | 105 | 31 | 112 | 64 | 61 |
| Binary | 10100000 | 10111111 | 111100 | 10000 | 0 | 1000101 | 11001 | 1001010 | 110100 | 110001 |
Color Harmonies of #A0BF3C
Complementary color
Monochromatic Colors of #A0BF3C
Black with #A0BF3C
Text Example
Text Example
White with #A0BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF3C; }
p { color: rgb(160,191,60); }
H1.HeaderClassName
{
color: #A0BF3C;
}
.AnyTagClassName
{
color: #A0BF3C;
}
</style>
background-color css
<style>
a { background-color: #A0BF3C; }
a { background-color: rgb(160,191,60); }
div.DivClassName
{
background-color: #A0BF3C;
}
.BgClassName
{
background-color: #A0BF3C;
}
</style>
border-color css
<style>
span { border-color: #A0BF3C; }
span { border-color: rgb(160,191,60); }
td.TdClassName
{
border-color: #A0BF3C;
}
.TagClassName
{
border-color: #A0BF3C;
}
</style>