Shades of Yellow Green #A0D82A
Tints of Yellow Green #A0D82A
RGB
CMYK
RGB Variations
Color information
#A0D82A (or 0xA0D82A) is known color: Yellow Green. HEX triplet: A0, D8 and 2A. RGB value is (160,216,42). Sum of RGB (Red+Green+Blue) = 160+216+42=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 216 (84.77% from 255 or 51.67% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D82A is #5F27D5. Grayscale: #B4B4B4. Windows color (decimal): -6236118 or 2807968. OLE color: 2807968.
HSL color Cylindrical-coordinate representation of color #A0D82A: hue angle of 79.31º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0D82A is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 42 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.15 |
| HSL | 79.31º | 0.69% | 0.51% | - |
| HSV(B) | 79.31º | 0.81% | 0.85% | - |
| XYZ | 39.47 | 56.75 | 11.06 | - |
| YUV | 179.42 | 50.45 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 42 | 0.26 | 0 | 0.81 | 0.15 | 79.31 | 0.69 | 0.51 |
| Hex | A0 | D8 | 2A | 1A | 0 | 51 | F | 4F | 45 | 33 |
| Octal | 240 | 330 | 52 | 32 | 0 | 121 | 17 | 117 | 105 | 63 |
| Binary | 10100000 | 11011000 | 101010 | 11010 | 0 | 1010001 | 1111 | 1001111 | 1000101 | 110011 |
Color Harmonies of #A0D82A
Complementary color
Monochromatic Colors of #A0D82A
Black with #A0D82A
Text Example
Text Example
White with #A0D82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D82A; }
p { color: rgb(160,216,42); }
H1.HeaderClassName
{
color: #A0D82A;
}
.AnyTagClassName
{
color: #A0D82A;
}
</style>
background-color css
<style>
a { background-color: #A0D82A; }
a { background-color: rgb(160,216,42); }
div.DivClassName
{
background-color: #A0D82A;
}
.BgClassName
{
background-color: #A0D82A;
}
</style>
border-color css
<style>
span { border-color: #A0D82A; }
span { border-color: rgb(160,216,42); }
td.TdClassName
{
border-color: #A0D82A;
}
.TagClassName
{
border-color: #A0D82A;
}
</style>