Shades of Yellow Green #A0C234
Tints of Yellow Green #A0C234
RGB
CMYK
RGB Variations
Color information
#A0C234 (or 0xA0C234) is known color: Yellow Green. HEX triplet: A0, C2 and 34. RGB value is (160,194,52). Sum of RGB (Red+Green+Blue) = 160+194+52=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C234 is #5F3DCB. Grayscale: #A8A8A8. Windows color (decimal): -6241740 or 3457696. OLE color: 3457696.
HSL color Cylindrical-coordinate representation of color #A0C234: hue angle of 74.37º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0C234 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 52 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.24 |
| HSL | 74.37º | 0.58% | 0.48% | - |
| HSV(B) | 74.37º | 0.73% | 0.76% | - |
| XYZ | 34.41 | 46.31 | 10.37 | - |
| YUV | 167.65 | 62.74 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 52 | 0.18 | 0 | 0.73 | 0.24 | 74.37 | 0.58 | 0.48 |
| Hex | A0 | C2 | 34 | 12 | 0 | 49 | 18 | 4A | 3A | 30 |
| Octal | 240 | 302 | 64 | 22 | 0 | 111 | 30 | 112 | 72 | 60 |
| Binary | 10100000 | 11000010 | 110100 | 10010 | 0 | 1001001 | 11000 | 1001010 | 111010 | 110000 |
Color Harmonies of #A0C234
Complementary color
Monochromatic Colors of #A0C234
Black with #A0C234
Text Example
Text Example
White with #A0C234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C234; }
p { color: rgb(160,194,52); }
H1.HeaderClassName
{
color: #A0C234;
}
.AnyTagClassName
{
color: #A0C234;
}
</style>
background-color css
<style>
a { background-color: #A0C234; }
a { background-color: rgb(160,194,52); }
div.DivClassName
{
background-color: #A0C234;
}
.BgClassName
{
background-color: #A0C234;
}
</style>
border-color css
<style>
span { border-color: #A0C234; }
span { border-color: rgb(160,194,52); }
td.TdClassName
{
border-color: #A0C234;
}
.TagClassName
{
border-color: #A0C234;
}
</style>