Shades of Yellow Green #A0C828
Tints of Yellow Green #A0C828
RGB
CMYK
RGB Variations
Color information
#A0C828 (or 0xA0C828) is known color: Yellow Green. HEX triplet: A0, C8 and 28. RGB value is (160,200,40). Sum of RGB (Red+Green+Blue) = 160+200+40=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 200 (78.52% from 255 or 50% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C828 is #5F37D7. Grayscale: #AAAAAA. Windows color (decimal): -6240216 or 2672800. OLE color: 2672800.
HSL color Cylindrical-coordinate representation of color #A0C828: hue angle of 75º 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 #A0C828 is Cyan = 0.2, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 40 | - |
| CMYK | 0.2 | 0 | 0.8 | 0.22 |
| HSL | 75º | 0.67% | 0.47% | - |
| HSV(B) | 75º | 0.8% | 0.78% | - |
| XYZ | 35.53 | 48.94 | 9.58 | - |
| YUV | 169.8 | 54.75 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 40 | 0.2 | 0 | 0.8 | 0.22 | 75 | 0.67 | 0.47 |
| Hex | A0 | C8 | 28 | 14 | 0 | 50 | 16 | 4B | 43 | 2F |
| Octal | 240 | 310 | 50 | 24 | 0 | 120 | 26 | 113 | 103 | 57 |
| Binary | 10100000 | 11001000 | 101000 | 10100 | 0 | 1010000 | 10110 | 1001011 | 1000011 | 101111 |
Color Harmonies of #A0C828
Complementary color
Monochromatic Colors of #A0C828
Black with #A0C828
Text Example
Text Example
White with #A0C828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C828; }
p { color: rgb(160,200,40); }
H1.HeaderClassName
{
color: #A0C828;
}
.AnyTagClassName
{
color: #A0C828;
}
</style>
background-color css
<style>
a { background-color: #A0C828; }
a { background-color: rgb(160,200,40); }
div.DivClassName
{
background-color: #A0C828;
}
.BgClassName
{
background-color: #A0C828;
}
</style>
border-color css
<style>
span { border-color: #A0C828; }
span { border-color: rgb(160,200,40); }
td.TdClassName
{
border-color: #A0C828;
}
.TagClassName
{
border-color: #A0C828;
}
</style>