Shades of Yellow Green #A0C22C
Tints of Yellow Green #A0C22C
RGB
CMYK
RGB Variations
Color information
#A0C22C (or 0xA0C22C) is known color: Yellow Green. HEX triplet: A0, C2 and 2C. RGB value is (160,194,44). Sum of RGB (Red+Green+Blue) = 160+194+44=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C22C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C22C is #5F3DD3. Grayscale: #A7A7A7. Windows color (decimal): -6241748 or 2933408. OLE color: 2933408.
HSL color Cylindrical-coordinate representation of color #A0C22C: hue angle of 73.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0C22C is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 44 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.24 |
| HSL | 73.6º | 0.63% | 0.47% | - |
| HSV(B) | 73.6º | 0.77% | 0.76% | - |
| XYZ | 34.24 | 46.24 | 9.5 | - |
| YUV | 166.73 | 58.74 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 44 | 0.18 | 0 | 0.77 | 0.24 | 73.6 | 0.63 | 0.47 |
| Hex | A0 | C2 | 2C | 12 | 0 | 4D | 18 | 4A | 3F | 2F |
| Octal | 240 | 302 | 54 | 22 | 0 | 115 | 30 | 112 | 77 | 57 |
| Binary | 10100000 | 11000010 | 101100 | 10010 | 0 | 1001101 | 11000 | 1001010 | 111111 | 101111 |
Color Harmonies of #A0C22C
Complementary color
Monochromatic Colors of #A0C22C
Black with #A0C22C
Text Example
Text Example
White with #A0C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C22C; }
p { color: rgb(160,194,44); }
H1.HeaderClassName
{
color: #A0C22C;
}
.AnyTagClassName
{
color: #A0C22C;
}
</style>
background-color css
<style>
a { background-color: #A0C22C; }
a { background-color: rgb(160,194,44); }
div.DivClassName
{
background-color: #A0C22C;
}
.BgClassName
{
background-color: #A0C22C;
}
</style>
border-color css
<style>
span { border-color: #A0C22C; }
span { border-color: rgb(160,194,44); }
td.TdClassName
{
border-color: #A0C22C;
}
.TagClassName
{
border-color: #A0C22C;
}
</style>