Shades of Yellow Green #A0C32A
Tints of Yellow Green #A0C32A
RGB
CMYK
RGB Variations
Color information
#A0C32A (or 0xA0C32A) is known color: Yellow Green. HEX triplet: A0, C3 and 2A. RGB value is (160,195,42). Sum of RGB (Red+Green+Blue) = 160+195+42=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C32A is #5F3CD5. Grayscale: #A7A7A7. Windows color (decimal): -6241494 or 2802592. OLE color: 2802592.
HSL color Cylindrical-coordinate representation of color #A0C32A: hue angle of 73.73º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0C32A is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 42 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.24 |
| HSL | 73.73º | 0.65% | 0.46% | - |
| HSV(B) | 73.73º | 0.78% | 0.76% | - |
| XYZ | 34.43 | 46.67 | 9.38 | - |
| YUV | 167.09 | 57.4 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 42 | 0.18 | 0 | 0.78 | 0.24 | 73.73 | 0.65 | 0.46 |
| Hex | A0 | C3 | 2A | 12 | 0 | 4E | 18 | 4A | 41 | 2E |
| Octal | 240 | 303 | 52 | 22 | 0 | 116 | 30 | 112 | 101 | 56 |
| Binary | 10100000 | 11000011 | 101010 | 10010 | 0 | 1001110 | 11000 | 1001010 | 1000001 | 101110 |
Color Harmonies of #A0C32A
Complementary color
Monochromatic Colors of #A0C32A
Black with #A0C32A
Text Example
Text Example
White with #A0C32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C32A; }
p { color: rgb(160,195,42); }
H1.HeaderClassName
{
color: #A0C32A;
}
.AnyTagClassName
{
color: #A0C32A;
}
</style>
background-color css
<style>
a { background-color: #A0C32A; }
a { background-color: rgb(160,195,42); }
div.DivClassName
{
background-color: #A0C32A;
}
.BgClassName
{
background-color: #A0C32A;
}
</style>
border-color css
<style>
span { border-color: #A0C32A; }
span { border-color: rgb(160,195,42); }
td.TdClassName
{
border-color: #A0C32A;
}
.TagClassName
{
border-color: #A0C32A;
}
</style>