Shades of Yellow Green #A0C82B
Tints of Yellow Green #A0C82B
RGB
CMYK
RGB Variations
Color information
#A0C82B (or 0xA0C82B) is known color: Yellow Green. HEX triplet: A0, C8 and 2B. RGB value is (160,200,43). Sum of RGB (Red+Green+Blue) = 160+200+43=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 200 (78.52% from 255 or 49.63% from 403); Blue value is 43 (17.19% from 255 or 10.67% from 403); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C82B is #5F37D4. Grayscale: #AAAAAA. Windows color (decimal): -6240213 or 2869408. OLE color: 2869408.
HSL color Cylindrical-coordinate representation of color #A0C82B: hue angle of 75.29º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0C82B is Cyan = 0.2, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 43 | - |
| CMYK | 0.2 | 0 | 0.78 | 0.22 |
| HSL | 75.29º | 0.65% | 0.48% | - |
| HSV(B) | 75.29º | 0.79% | 0.78% | - |
| XYZ | 35.59 | 48.96 | 9.86 | - |
| YUV | 170.14 | 56.25 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 43 | 0.2 | 0 | 0.78 | 0.22 | 75.29 | 0.65 | 0.48 |
| Hex | A0 | C8 | 2B | 14 | 0 | 4E | 16 | 4B | 41 | 30 |
| Octal | 240 | 310 | 53 | 24 | 0 | 116 | 26 | 113 | 101 | 60 |
| Binary | 10100000 | 11001000 | 101011 | 10100 | 0 | 1001110 | 10110 | 1001011 | 1000001 | 110000 |
Color Harmonies of #A0C82B
Complementary color
Monochromatic Colors of #A0C82B
Black with #A0C82B
Text Example
Text Example
White with #A0C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C82B; }
p { color: rgb(160,200,43); }
H1.HeaderClassName
{
color: #A0C82B;
}
.AnyTagClassName
{
color: #A0C82B;
}
</style>
background-color css
<style>
a { background-color: #A0C82B; }
a { background-color: rgb(160,200,43); }
div.DivClassName
{
background-color: #A0C82B;
}
.BgClassName
{
background-color: #A0C82B;
}
</style>
border-color css
<style>
span { border-color: #A0C82B; }
span { border-color: rgb(160,200,43); }
td.TdClassName
{
border-color: #A0C82B;
}
.TagClassName
{
border-color: #A0C82B;
}
</style>