Shades of Yellow Green #A2C82D
Tints of Yellow Green #A2C82D
RGB
CMYK
RGB Variations
Color information
#A2C82D (or 0xA2C82D) is known color: Yellow Green. HEX triplet: A2, C8 and 2D. RGB value is (162,200,45). Sum of RGB (Red+Green+Blue) = 162+200+45=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C82D is #5D37D2. Grayscale: #ABABAB. Windows color (decimal): -6109139 or 3000482. OLE color: 3000482.
HSL color Cylindrical-coordinate representation of color #A2C82D: hue angle of 74.71º 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 #A2C82D is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 200 | 45 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.22 |
| HSL | 74.71º | 0.63% | 0.48% | - |
| HSV(B) | 74.71º | 0.78% | 0.78% | - |
| XYZ | 36.03 | 49.18 | 10.08 | - |
| YUV | 170.97 | 56.91 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 45 | 0.19 | 0 | 0.78 | 0.22 | 74.71 | 0.63 | 0.48 |
| Hex | A2 | C8 | 2D | 13 | 0 | 4E | 16 | 4B | 3F | 30 |
| Octal | 242 | 310 | 55 | 23 | 0 | 116 | 26 | 113 | 77 | 60 |
| Binary | 10100010 | 11001000 | 101101 | 10011 | 0 | 1001110 | 10110 | 1001011 | 111111 | 110000 |
Color Harmonies of #A2C82D
Complementary color
Monochromatic Colors of #A2C82D
Black with #A2C82D
Text Example
Text Example
White with #A2C82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C82D; }
p { color: rgb(162,200,45); }
H1.HeaderClassName
{
color: #A2C82D;
}
.AnyTagClassName
{
color: #A2C82D;
}
</style>
background-color css
<style>
a { background-color: #A2C82D; }
a { background-color: rgb(162,200,45); }
div.DivClassName
{
background-color: #A2C82D;
}
.BgClassName
{
background-color: #A2C82D;
}
</style>
border-color css
<style>
span { border-color: #A2C82D; }
span { border-color: rgb(162,200,45); }
td.TdClassName
{
border-color: #A2C82D;
}
.TagClassName
{
border-color: #A2C82D;
}
</style>