Shades of Yellow Green #A0C232
Tints of Yellow Green #A0C232
RGB
CMYK
RGB Variations
Color information
#A0C232 (or 0xA0C232) is known color: Yellow Green. HEX triplet: A0, C2 and 32. RGB value is (160,194,50). Sum of RGB (Red+Green+Blue) = 160+194+50=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C232 is #5F3DCD. Grayscale: #A7A7A7. Windows color (decimal): -6241742 or 3326624. OLE color: 3326624.
HSL color Cylindrical-coordinate representation of color #A0C232: hue angle of 74.17º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0C232 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 50 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.24 |
| HSL | 74.17º | 0.59% | 0.48% | - |
| HSV(B) | 74.17º | 0.74% | 0.76% | - |
| XYZ | 34.36 | 46.29 | 10.14 | - |
| YUV | 167.42 | 61.74 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 50 | 0.18 | 0 | 0.74 | 0.24 | 74.17 | 0.59 | 0.48 |
| Hex | A0 | C2 | 32 | 12 | 0 | 4A | 18 | 4A | 3B | 30 |
| Octal | 240 | 302 | 62 | 22 | 0 | 112 | 30 | 112 | 73 | 60 |
| Binary | 10100000 | 11000010 | 110010 | 10010 | 0 | 1001010 | 11000 | 1001010 | 111011 | 110000 |
Color Harmonies of #A0C232
Complementary color
Monochromatic Colors of #A0C232
Black with #A0C232
Text Example
Text Example
White with #A0C232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C232; }
p { color: rgb(160,194,50); }
H1.HeaderClassName
{
color: #A0C232;
}
.AnyTagClassName
{
color: #A0C232;
}
</style>
background-color css
<style>
a { background-color: #A0C232; }
a { background-color: rgb(160,194,50); }
div.DivClassName
{
background-color: #A0C232;
}
.BgClassName
{
background-color: #A0C232;
}
</style>
border-color css
<style>
span { border-color: #A0C232; }
span { border-color: rgb(160,194,50); }
td.TdClassName
{
border-color: #A0C232;
}
.TagClassName
{
border-color: #A0C232;
}
</style>