Shades of Yellow Green #A0D82C
Tints of Yellow Green #A0D82C
RGB
CMYK
RGB Variations
Color information
#A0D82C (or 0xA0D82C) is known color: Yellow Green. HEX triplet: A0, D8 and 2C. RGB value is (160,216,44). Sum of RGB (Red+Green+Blue) = 160+216+44=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D82C is #5F27D3. Grayscale: #B4B4B4. Windows color (decimal): -6236116 or 2939040. OLE color: 2939040.
HSL color Cylindrical-coordinate representation of color #A0D82C: hue angle of 79.53º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0D82C is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 44 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.15 |
| HSL | 79.53º | 0.69% | 0.51% | - |
| HSV(B) | 79.53º | 0.8% | 0.85% | - |
| XYZ | 39.51 | 56.77 | 11.26 | - |
| YUV | 179.65 | 51.45 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 44 | 0.26 | 0 | 0.80 | 0.15 | 79.53 | 0.69 | 0.51 |
| Hex | A0 | D8 | 2C | 1A | 0 | 50 | F | 50 | 45 | 33 |
| Octal | 240 | 330 | 54 | 32 | 0 | 120 | 17 | 120 | 105 | 63 |
| Binary | 10100000 | 11011000 | 101100 | 11010 | 0 | 1010000 | 1111 | 1010000 | 1000101 | 110011 |
Color Harmonies of #A0D82C
Complementary color
Monochromatic Colors of #A0D82C
Black with #A0D82C
Text Example
Text Example
White with #A0D82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D82C; }
p { color: rgb(160,216,44); }
H1.HeaderClassName
{
color: #A0D82C;
}
.AnyTagClassName
{
color: #A0D82C;
}
</style>
background-color css
<style>
a { background-color: #A0D82C; }
a { background-color: rgb(160,216,44); }
div.DivClassName
{
background-color: #A0D82C;
}
.BgClassName
{
background-color: #A0D82C;
}
</style>
border-color css
<style>
span { border-color: #A0D82C; }
span { border-color: rgb(160,216,44); }
td.TdClassName
{
border-color: #A0D82C;
}
.TagClassName
{
border-color: #A0D82C;
}
</style>