Shades of Yellow Green #A0C430
Tints of Yellow Green #A0C430
RGB
CMYK
RGB Variations
Color information
#A0C430 (or 0xA0C430) is known color: Yellow Green. HEX triplet: A0, C4 and 30. RGB value is (160,196,48). Sum of RGB (Red+Green+Blue) = 160+196+48=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C430 is #5F3BCF. Grayscale: #A8A8A8. Windows color (decimal): -6241232 or 3196064. OLE color: 3196064.
HSL color Cylindrical-coordinate representation of color #A0C430: hue angle of 74.59º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0C430 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 48 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.23 |
| HSL | 74.59º | 0.61% | 0.48% | - |
| HSV(B) | 74.59º | 0.76% | 0.77% | - |
| XYZ | 34.77 | 47.17 | 10.07 | - |
| YUV | 168.36 | 60.07 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 48 | 0.18 | 0 | 0.76 | 0.23 | 74.59 | 0.61 | 0.48 |
| Hex | A0 | C4 | 30 | 12 | 0 | 4C | 17 | 4B | 3D | 30 |
| Octal | 240 | 304 | 60 | 22 | 0 | 114 | 27 | 113 | 75 | 60 |
| Binary | 10100000 | 11000100 | 110000 | 10010 | 0 | 1001100 | 10111 | 1001011 | 111101 | 110000 |
Color Harmonies of #A0C430
Complementary color
Monochromatic Colors of #A0C430
Black with #A0C430
Text Example
Text Example
White with #A0C430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C430; }
p { color: rgb(160,196,48); }
H1.HeaderClassName
{
color: #A0C430;
}
.AnyTagClassName
{
color: #A0C430;
}
</style>
background-color css
<style>
a { background-color: #A0C430; }
a { background-color: rgb(160,196,48); }
div.DivClassName
{
background-color: #A0C430;
}
.BgClassName
{
background-color: #A0C430;
}
</style>
border-color css
<style>
span { border-color: #A0C430; }
span { border-color: rgb(160,196,48); }
td.TdClassName
{
border-color: #A0C430;
}
.TagClassName
{
border-color: #A0C430;
}
</style>