Shades of Yellow Green #A0C72B
Tints of Yellow Green #A0C72B
RGB
CMYK
RGB Variations
Color information
#A0C72B (or 0xA0C72B) is known color: Yellow Green. HEX triplet: A0, C7 and 2B. RGB value is (160,199,43). Sum of RGB (Red+Green+Blue) = 160+199+43=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C72B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C72B is #5F38D4. Grayscale: #AAAAAA. Windows color (decimal): -6240469 or 2869152. OLE color: 2869152.
HSL color Cylindrical-coordinate representation of color #A0C72B: hue angle of 75º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0C72B is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 43 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.22 |
| HSL | 75º | 0.64% | 0.47% | - |
| HSV(B) | 75º | 0.78% | 0.78% | - |
| XYZ | 35.36 | 48.49 | 9.78 | - |
| YUV | 169.56 | 56.58 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 43 | 0.20 | 0 | 0.78 | 0.22 | 75 | 0.64 | 0.47 |
| Hex | A0 | C7 | 2B | 14 | 0 | 4E | 16 | 4B | 40 | 2F |
| Octal | 240 | 307 | 53 | 24 | 0 | 116 | 26 | 113 | 100 | 57 |
| Binary | 10100000 | 11000111 | 101011 | 10100 | 0 | 1001110 | 10110 | 1001011 | 1000000 | 101111 |
Color Harmonies of #A0C72B
Complementary color
Monochromatic Colors of #A0C72B
Black with #A0C72B
Text Example
Text Example
White with #A0C72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C72B; }
p { color: rgb(160,199,43); }
H1.HeaderClassName
{
color: #A0C72B;
}
.AnyTagClassName
{
color: #A0C72B;
}
</style>
background-color css
<style>
a { background-color: #A0C72B; }
a { background-color: rgb(160,199,43); }
div.DivClassName
{
background-color: #A0C72B;
}
.BgClassName
{
background-color: #A0C72B;
}
</style>
border-color css
<style>
span { border-color: #A0C72B; }
span { border-color: rgb(160,199,43); }
td.TdClassName
{
border-color: #A0C72B;
}
.TagClassName
{
border-color: #A0C72B;
}
</style>