Shades of Yellow Green #A2C62C
Tints of Yellow Green #A2C62C
RGB
CMYK
RGB Variations
Color information
#A2C62C (or 0xA2C62C) is known color: Yellow Green. HEX triplet: A2, C6 and 2C. RGB value is (162,198,44). Sum of RGB (Red+Green+Blue) = 162+198+44=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C62C is #5D39D3. Grayscale: #AAAAAA. Windows color (decimal): -6109652 or 2934434. OLE color: 2934434.
HSL color Cylindrical-coordinate representation of color #A2C62C: hue angle of 74.03º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2C62C is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 198 | 44 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.22 |
| HSL | 74.03º | 0.64% | 0.47% | - |
| HSV(B) | 74.03º | 0.78% | 0.78% | - |
| XYZ | 35.55 | 48.25 | 9.82 | - |
| YUV | 169.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 44 | 0.18 | 0 | 0.78 | 0.22 | 74.03 | 0.64 | 0.47 |
| Hex | A2 | C6 | 2C | 12 | 0 | 4E | 16 | 4A | 40 | 2F |
| Octal | 242 | 306 | 54 | 22 | 0 | 116 | 26 | 112 | 100 | 57 |
| Binary | 10100010 | 11000110 | 101100 | 10010 | 0 | 1001110 | 10110 | 1001010 | 1000000 | 101111 |
Color Harmonies of #A2C62C
Complementary color
Monochromatic Colors of #A2C62C
Black with #A2C62C
Text Example
Text Example
White with #A2C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C62C; }
p { color: rgb(162,198,44); }
H1.HeaderClassName
{
color: #A2C62C;
}
.AnyTagClassName
{
color: #A2C62C;
}
</style>
background-color css
<style>
a { background-color: #A2C62C; }
a { background-color: rgb(162,198,44); }
div.DivClassName
{
background-color: #A2C62C;
}
.BgClassName
{
background-color: #A2C62C;
}
</style>
border-color css
<style>
span { border-color: #A2C62C; }
span { border-color: rgb(162,198,44); }
td.TdClassName
{
border-color: #A2C62C;
}
.TagClassName
{
border-color: #A2C62C;
}
</style>