Shades of Yellow Green #A0C52B
Tints of Yellow Green #A0C52B
RGB
CMYK
RGB Variations
Color information
#A0C52B (or 0xA0C52B) is known color: Yellow Green. HEX triplet: A0, C5 and 2B. RGB value is (160,197,43). Sum of RGB (Red+Green+Blue) = 160+197+43=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C52B is #5F3AD4. Grayscale: #A8A8A8. Windows color (decimal): -6240981 or 2868640. OLE color: 2868640.
HSL color Cylindrical-coordinate representation of color #A0C52B: hue angle of 74.42º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0C52B is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 43 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.23 |
| HSL | 74.42º | 0.64% | 0.47% | - |
| HSV(B) | 74.42º | 0.78% | 0.77% | - |
| XYZ | 34.9 | 47.58 | 9.63 | - |
| YUV | 168.38 | 57.24 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 43 | 0.19 | 0 | 0.78 | 0.23 | 74.42 | 0.64 | 0.47 |
| Hex | A0 | C5 | 2B | 13 | 0 | 4E | 17 | 4A | 40 | 2F |
| Octal | 240 | 305 | 53 | 23 | 0 | 116 | 27 | 112 | 100 | 57 |
| Binary | 10100000 | 11000101 | 101011 | 10011 | 0 | 1001110 | 10111 | 1001010 | 1000000 | 101111 |
Color Harmonies of #A0C52B
Complementary color
Monochromatic Colors of #A0C52B
Black with #A0C52B
Text Example
Text Example
White with #A0C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C52B; }
p { color: rgb(160,197,43); }
H1.HeaderClassName
{
color: #A0C52B;
}
.AnyTagClassName
{
color: #A0C52B;
}
</style>
background-color css
<style>
a { background-color: #A0C52B; }
a { background-color: rgb(160,197,43); }
div.DivClassName
{
background-color: #A0C52B;
}
.BgClassName
{
background-color: #A0C52B;
}
</style>
border-color css
<style>
span { border-color: #A0C52B; }
span { border-color: rgb(160,197,43); }
td.TdClassName
{
border-color: #A0C52B;
}
.TagClassName
{
border-color: #A0C52B;
}
</style>