Shades of Yellow Green #A0C536
Tints of Yellow Green #A0C536
RGB
CMYK
RGB Variations
Color information
#A0C536 (or 0xA0C536) is known color: Yellow Green. HEX triplet: A0, C5 and 36. RGB value is (160,197,54). Sum of RGB (Red+Green+Blue) = 160+197+54=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 54 (21.48% from 255 or 13.14% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C536 is #5F3AC9. Grayscale: #AAAAAA. Windows color (decimal): -6240970 or 3589536. OLE color: 3589536.
HSL color Cylindrical-coordinate representation of color #A0C536: hue angle of 75.52º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0C536 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 54 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.23 |
| HSL | 75.52º | 0.57% | 0.49% | - |
| HSV(B) | 75.52º | 0.73% | 0.77% | - |
| XYZ | 35.13 | 47.67 | 10.84 | - |
| YUV | 169.64 | 62.74 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 54 | 0.19 | 0 | 0.73 | 0.23 | 75.52 | 0.57 | 0.49 |
| Hex | A0 | C5 | 36 | 13 | 0 | 49 | 17 | 4C | 39 | 31 |
| Octal | 240 | 305 | 66 | 23 | 0 | 111 | 27 | 114 | 71 | 61 |
| Binary | 10100000 | 11000101 | 110110 | 10011 | 0 | 1001001 | 10111 | 1001100 | 111001 | 110001 |
Color Harmonies of #A0C536
Complementary color
Monochromatic Colors of #A0C536
Black with #A0C536
Text Example
Text Example
White with #A0C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C536; }
p { color: rgb(160,197,54); }
H1.HeaderClassName
{
color: #A0C536;
}
.AnyTagClassName
{
color: #A0C536;
}
</style>
background-color css
<style>
a { background-color: #A0C536; }
a { background-color: rgb(160,197,54); }
div.DivClassName
{
background-color: #A0C536;
}
.BgClassName
{
background-color: #A0C536;
}
</style>
border-color css
<style>
span { border-color: #A0C536; }
span { border-color: rgb(160,197,54); }
td.TdClassName
{
border-color: #A0C536;
}
.TagClassName
{
border-color: #A0C536;
}
</style>