Shades of Yellow Green #A0C727
Tints of Yellow Green #A0C727
RGB
CMYK
RGB Variations
Color information
#A0C727 (or 0xA0C727) is known color: Yellow Green. HEX triplet: A0, C7 and 27. RGB value is (160,199,39). Sum of RGB (Red+Green+Blue) = 160+199+39=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 199 (78.12% from 255 or 50% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C727 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C727 is #5F38D8. Grayscale: #A9A9A9. Windows color (decimal): -6240473 or 2607008. OLE color: 2607008.
HSL color Cylindrical-coordinate representation of color #A0C727: hue angle of 74.62º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0C727 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 39 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.22 |
| HSL | 74.63º | 0.67% | 0.47% | - |
| HSV(B) | 74.63º | 0.8% | 0.78% | - |
| XYZ | 35.29 | 48.47 | 9.41 | - |
| YUV | 169.1 | 54.58 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 39 | 0.20 | 0 | 0.80 | 0.22 | 74.63 | 0.67 | 0.47 |
| Hex | A0 | C7 | 27 | 14 | 0 | 50 | 16 | 4B | 43 | 2F |
| Octal | 240 | 307 | 47 | 24 | 0 | 120 | 26 | 113 | 103 | 57 |
| Binary | 10100000 | 11000111 | 100111 | 10100 | 0 | 1010000 | 10110 | 1001011 | 1000011 | 101111 |
Color Harmonies of #A0C727
Complementary color
Monochromatic Colors of #A0C727
Black with #A0C727
Text Example
Text Example
White with #A0C727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C727; }
p { color: rgb(160,199,39); }
H1.HeaderClassName
{
color: #A0C727;
}
.AnyTagClassName
{
color: #A0C727;
}
</style>
background-color css
<style>
a { background-color: #A0C727; }
a { background-color: rgb(160,199,39); }
div.DivClassName
{
background-color: #A0C727;
}
.BgClassName
{
background-color: #A0C727;
}
</style>
border-color css
<style>
span { border-color: #A0C727; }
span { border-color: rgb(160,199,39); }
td.TdClassName
{
border-color: #A0C727;
}
.TagClassName
{
border-color: #A0C727;
}
</style>