Shades of Yellow Green #A2C031
Tints of Yellow Green #A2C031
RGB
CMYK
RGB Variations
Color information
#A2C031 (or 0xA2C031) is known color: Yellow Green. HEX triplet: A2, C0 and 31. RGB value is (162,192,49). Sum of RGB (Red+Green+Blue) = 162+192+49=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C031 is #5D3FCE. Grayscale: #A7A7A7. Windows color (decimal): -6111183 or 3260578. OLE color: 3260578.
HSL color Cylindrical-coordinate representation of color #A2C031: hue angle of 72.59º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2C031 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 49 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.25 |
| HSL | 72.59º | 0.59% | 0.47% | - |
| HSV(B) | 72.59º | 0.74% | 0.75% | - |
| XYZ | 34.3 | 45.6 | 9.9 | - |
| YUV | 166.73 | 61.56 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 49 | 0.16 | 0 | 0.74 | 0.25 | 72.59 | 0.59 | 0.47 |
| Hex | A2 | C0 | 31 | 10 | 0 | 4A | 19 | 49 | 3B | 2F |
| Octal | 242 | 300 | 61 | 20 | 0 | 112 | 31 | 111 | 73 | 57 |
| Binary | 10100010 | 11000000 | 110001 | 10000 | 0 | 1001010 | 11001 | 1001001 | 111011 | 101111 |
Color Harmonies of #A2C031
Complementary color
Monochromatic Colors of #A2C031
Black with #A2C031
Text Example
Text Example
White with #A2C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C031; }
p { color: rgb(162,192,49); }
H1.HeaderClassName
{
color: #A2C031;
}
.AnyTagClassName
{
color: #A2C031;
}
</style>
background-color css
<style>
a { background-color: #A2C031; }
a { background-color: rgb(162,192,49); }
div.DivClassName
{
background-color: #A2C031;
}
.BgClassName
{
background-color: #A2C031;
}
</style>
border-color css
<style>
span { border-color: #A2C031; }
span { border-color: rgb(162,192,49); }
td.TdClassName
{
border-color: #A2C031;
}
.TagClassName
{
border-color: #A2C031;
}
</style>