Shades of Yellow Green #A0C12D
Tints of Yellow Green #A0C12D
RGB
CMYK
RGB Variations
Color information
#A0C12D (or 0xA0C12D) is known color: Yellow Green. HEX triplet: A0, C1 and 2D. RGB value is (160,193,45). Sum of RGB (Red+Green+Blue) = 160+193+45=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C12D is #5F3ED2. Grayscale: #A6A6A6. Windows color (decimal): -6242003 or 2998688. OLE color: 2998688.
HSL color Cylindrical-coordinate representation of color #A0C12D: hue angle of 73.38º degrees, saturation: 0.62, 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 #A0C12D is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 45 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.24 |
| HSL | 73.38º | 0.62% | 0.47% | - |
| HSV(B) | 73.38º | 0.77% | 0.76% | - |
| XYZ | 34.04 | 45.8 | 9.53 | - |
| YUV | 166.26 | 59.57 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 45 | 0.17 | 0 | 0.77 | 0.24 | 73.38 | 0.62 | 0.47 |
| Hex | A0 | C1 | 2D | 11 | 0 | 4D | 18 | 49 | 3E | 2F |
| Octal | 240 | 301 | 55 | 21 | 0 | 115 | 30 | 111 | 76 | 57 |
| Binary | 10100000 | 11000001 | 101101 | 10001 | 0 | 1001101 | 11000 | 1001001 | 111110 | 101111 |
Color Harmonies of #A0C12D
Complementary color
Monochromatic Colors of #A0C12D
Black with #A0C12D
Text Example
Text Example
White with #A0C12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C12D; }
p { color: rgb(160,193,45); }
H1.HeaderClassName
{
color: #A0C12D;
}
.AnyTagClassName
{
color: #A0C12D;
}
</style>
background-color css
<style>
a { background-color: #A0C12D; }
a { background-color: rgb(160,193,45); }
div.DivClassName
{
background-color: #A0C12D;
}
.BgClassName
{
background-color: #A0C12D;
}
</style>
border-color css
<style>
span { border-color: #A0C12D; }
span { border-color: rgb(160,193,45); }
td.TdClassName
{
border-color: #A0C12D;
}
.TagClassName
{
border-color: #A0C12D;
}
</style>