Shades of Yellow Green #A0C726
Tints of Yellow Green #A0C726
RGB
CMYK
RGB Variations
Color information
#A0C726 (or 0xA0C726) is known color: Yellow Green. HEX triplet: A0, C7 and 26. RGB value is (160,199,38). Sum of RGB (Red+Green+Blue) = 160+199+38=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C726 is #5F38D9. Grayscale: #A9A9A9. Windows color (decimal): -6240474 or 2541472. OLE color: 2541472.
HSL color Cylindrical-coordinate representation of color #A0C726: hue angle of 74.53º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0C726 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 38 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.22 |
| HSL | 74.53º | 0.68% | 0.46% | - |
| HSV(B) | 74.53º | 0.81% | 0.78% | - |
| XYZ | 35.27 | 48.46 | 9.33 | - |
| YUV | 168.99 | 54.08 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 38 | 0.20 | 0 | 0.81 | 0.22 | 74.53 | 0.68 | 0.46 |
| Hex | A0 | C7 | 26 | 14 | 0 | 51 | 16 | 4B | 44 | 2E |
| Octal | 240 | 307 | 46 | 24 | 0 | 121 | 26 | 113 | 104 | 56 |
| Binary | 10100000 | 11000111 | 100110 | 10100 | 0 | 1010001 | 10110 | 1001011 | 1000100 | 101110 |
Color Harmonies of #A0C726
Complementary color
Monochromatic Colors of #A0C726
Black with #A0C726
Text Example
Text Example
White with #A0C726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C726; }
p { color: rgb(160,199,38); }
H1.HeaderClassName
{
color: #A0C726;
}
.AnyTagClassName
{
color: #A0C726;
}
</style>
background-color css
<style>
a { background-color: #A0C726; }
a { background-color: rgb(160,199,38); }
div.DivClassName
{
background-color: #A0C726;
}
.BgClassName
{
background-color: #A0C726;
}
</style>
border-color css
<style>
span { border-color: #A0C726; }
span { border-color: rgb(160,199,38); }
td.TdClassName
{
border-color: #A0C726;
}
.TagClassName
{
border-color: #A0C726;
}
</style>