Shades of Yellow Green #A0C924
Tints of Yellow Green #A0C924
RGB
CMYK
RGB Variations
Color information
#A0C924 (or 0xA0C924) is known color: Yellow Green. HEX triplet: A0, C9 and 24. RGB value is (160,201,36). Sum of RGB (Red+Green+Blue) = 160+201+36=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 36 (14.45% from 255 or 9.07% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C924 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C924 is #5F36DB. Grayscale: #AAAAAA. Windows color (decimal): -6239964 or 2410912. OLE color: 2410912.
HSL color Cylindrical-coordinate representation of color #A0C924: hue angle of 74.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0C924 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 36 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.21 |
| HSL | 74.91º | 0.7% | 0.46% | - |
| HSV(B) | 74.91º | 0.82% | 0.79% | - |
| XYZ | 35.7 | 49.37 | 9.32 | - |
| YUV | 169.93 | 52.42 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 36 | 0.20 | 0 | 0.82 | 0.21 | 74.91 | 0.7 | 0.46 |
| Hex | A0 | C9 | 24 | 14 | 0 | 52 | 15 | 4B | 46 | 2E |
| Octal | 240 | 311 | 44 | 24 | 0 | 122 | 25 | 113 | 106 | 56 |
| Binary | 10100000 | 11001001 | 100100 | 10100 | 0 | 1010010 | 10101 | 1001011 | 1000110 | 101110 |
Color Harmonies of #A0C924
Complementary color
Monochromatic Colors of #A0C924
Black with #A0C924
Text Example
Text Example
White with #A0C924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C924; }
p { color: rgb(160,201,36); }
H1.HeaderClassName
{
color: #A0C924;
}
.AnyTagClassName
{
color: #A0C924;
}
</style>
background-color css
<style>
a { background-color: #A0C924; }
a { background-color: rgb(160,201,36); }
div.DivClassName
{
background-color: #A0C924;
}
.BgClassName
{
background-color: #A0C924;
}
</style>
border-color css
<style>
span { border-color: #A0C924; }
span { border-color: rgb(160,201,36); }
td.TdClassName
{
border-color: #A0C924;
}
.TagClassName
{
border-color: #A0C924;
}
</style>