Shades of Yellow Green #A0C139
Tints of Yellow Green #A0C139
RGB
CMYK
RGB Variations
Color information
#A0C139 (or 0xA0C139) is known color: Yellow Green. HEX triplet: A0, C1 and 39. RGB value is (160,193,57). Sum of RGB (Red+Green+Blue) = 160+193+57=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C139 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C139 is #5F3EC6. Grayscale: #A8A8A8. Windows color (decimal): -6241991 or 3785120. OLE color: 3785120.
HSL color Cylindrical-coordinate representation of color #A0C139: hue angle of 74.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0C139 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 57 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.24 |
| HSL | 74.56º | 0.54% | 0.49% | - |
| HSV(B) | 74.56º | 0.7% | 0.76% | - |
| XYZ | 34.31 | 45.91 | 10.92 | - |
| YUV | 167.63 | 65.57 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 57 | 0.17 | 0 | 0.70 | 0.24 | 74.56 | 0.54 | 0.49 |
| Hex | A0 | C1 | 39 | 11 | 0 | 46 | 18 | 4B | 36 | 31 |
| Octal | 240 | 301 | 71 | 21 | 0 | 106 | 30 | 113 | 66 | 61 |
| Binary | 10100000 | 11000001 | 111001 | 10001 | 0 | 1000110 | 11000 | 1001011 | 110110 | 110001 |
Color Harmonies of #A0C139
Complementary color
Monochromatic Colors of #A0C139
Black with #A0C139
Text Example
Text Example
White with #A0C139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C139; }
p { color: rgb(160,193,57); }
H1.HeaderClassName
{
color: #A0C139;
}
.AnyTagClassName
{
color: #A0C139;
}
</style>
background-color css
<style>
a { background-color: #A0C139; }
a { background-color: rgb(160,193,57); }
div.DivClassName
{
background-color: #A0C139;
}
.BgClassName
{
background-color: #A0C139;
}
</style>
border-color css
<style>
span { border-color: #A0C139; }
span { border-color: rgb(160,193,57); }
td.TdClassName
{
border-color: #A0C139;
}
.TagClassName
{
border-color: #A0C139;
}
</style>