Shades of Yellow Green #A0C22A
Tints of Yellow Green #A0C22A
RGB
CMYK
RGB Variations
Color information
#A0C22A (or 0xA0C22A) is known color: Yellow Green. HEX triplet: A0, C2 and 2A. RGB value is (160,194,42). Sum of RGB (Red+Green+Blue) = 160+194+42=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C22A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C22A is #5F3DD5. Grayscale: #A7A7A7. Windows color (decimal): -6241750 or 2802336. OLE color: 2802336.
HSL color Cylindrical-coordinate representation of color #A0C22A: hue angle of 73.42º degrees, saturation: 0.64, 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 #A0C22A is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 42 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.24 |
| HSL | 73.42º | 0.64% | 0.46% | - |
| HSV(B) | 73.42º | 0.78% | 0.76% | - |
| XYZ | 34.21 | 46.22 | 9.31 | - |
| YUV | 166.51 | 57.74 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 42 | 0.18 | 0 | 0.78 | 0.24 | 73.42 | 0.64 | 0.46 |
| Hex | A0 | C2 | 2A | 12 | 0 | 4E | 18 | 49 | 40 | 2E |
| Octal | 240 | 302 | 52 | 22 | 0 | 116 | 30 | 111 | 100 | 56 |
| Binary | 10100000 | 11000010 | 101010 | 10010 | 0 | 1001110 | 11000 | 1001001 | 1000000 | 101110 |
Color Harmonies of #A0C22A
Complementary color
Monochromatic Colors of #A0C22A
Black with #A0C22A
Text Example
Text Example
White with #A0C22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C22A; }
p { color: rgb(160,194,42); }
H1.HeaderClassName
{
color: #A0C22A;
}
.AnyTagClassName
{
color: #A0C22A;
}
</style>
background-color css
<style>
a { background-color: #A0C22A; }
a { background-color: rgb(160,194,42); }
div.DivClassName
{
background-color: #A0C22A;
}
.BgClassName
{
background-color: #A0C22A;
}
</style>
border-color css
<style>
span { border-color: #A0C22A; }
span { border-color: rgb(160,194,42); }
td.TdClassName
{
border-color: #A0C22A;
}
.TagClassName
{
border-color: #A0C22A;
}
</style>