Shades of Yellow Green #A0C82D
Tints of Yellow Green #A0C82D
RGB
CMYK
RGB Variations
Color information
#A0C82D (or 0xA0C82D) is known color: Yellow Green. HEX triplet: A0, C8 and 2D. RGB value is (160,200,45). Sum of RGB (Red+Green+Blue) = 160+200+45=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C82D is #5F37D2. Grayscale: #AAAAAA. Windows color (decimal): -6240211 or 3000480. OLE color: 3000480.
HSL color Cylindrical-coordinate representation of color #A0C82D: hue angle of 75.48º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0C82D is Cyan = 0.2, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 45 | - |
| CMYK | 0.2 | 0 | 0.78 | 0.22 |
| HSL | 75.48º | 0.63% | 0.48% | - |
| HSV(B) | 75.48º | 0.78% | 0.78% | - |
| XYZ | 35.63 | 48.97 | 10.06 | - |
| YUV | 170.37 | 57.25 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 45 | 0.2 | 0 | 0.78 | 0.22 | 75.48 | 0.63 | 0.48 |
| Hex | A0 | C8 | 2D | 14 | 0 | 4E | 16 | 4B | 3F | 30 |
| Octal | 240 | 310 | 55 | 24 | 0 | 116 | 26 | 113 | 77 | 60 |
| Binary | 10100000 | 11001000 | 101101 | 10100 | 0 | 1001110 | 10110 | 1001011 | 111111 | 110000 |
Color Harmonies of #A0C82D
Complementary color
Monochromatic Colors of #A0C82D
Black with #A0C82D
Text Example
Text Example
White with #A0C82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C82D; }
p { color: rgb(160,200,45); }
H1.HeaderClassName
{
color: #A0C82D;
}
.AnyTagClassName
{
color: #A0C82D;
}
</style>
background-color css
<style>
a { background-color: #A0C82D; }
a { background-color: rgb(160,200,45); }
div.DivClassName
{
background-color: #A0C82D;
}
.BgClassName
{
background-color: #A0C82D;
}
</style>
border-color css
<style>
span { border-color: #A0C82D; }
span { border-color: rgb(160,200,45); }
td.TdClassName
{
border-color: #A0C82D;
}
.TagClassName
{
border-color: #A0C82D;
}
</style>