Shades of Yellow Green #A2C032
Tints of Yellow Green #A2C032
RGB
CMYK
RGB Variations
Color information
#A2C032 (or 0xA2C032) is known color: Yellow Green. HEX triplet: A2, C0 and 32. RGB value is (162,192,50). Sum of RGB (Red+Green+Blue) = 162+192+50=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C032 is #5D3FCD. Grayscale: #A7A7A7. Windows color (decimal): -6111182 or 3326114. OLE color: 3326114.
HSL color Cylindrical-coordinate representation of color #A2C032: hue angle of 72.68º 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 #A2C032 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 50 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.25 |
| HSL | 72.68º | 0.59% | 0.47% | - |
| HSV(B) | 72.68º | 0.74% | 0.75% | - |
| XYZ | 34.33 | 45.61 | 10.01 | - |
| YUV | 166.84 | 62.06 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 50 | 0.16 | 0 | 0.74 | 0.25 | 72.68 | 0.59 | 0.47 |
| Hex | A2 | C0 | 32 | 10 | 0 | 4A | 19 | 49 | 3B | 2F |
| Octal | 242 | 300 | 62 | 20 | 0 | 112 | 31 | 111 | 73 | 57 |
| Binary | 10100010 | 11000000 | 110010 | 10000 | 0 | 1001010 | 11001 | 1001001 | 111011 | 101111 |
Color Harmonies of #A2C032
Complementary color
Monochromatic Colors of #A2C032
Black with #A2C032
Text Example
Text Example
White with #A2C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C032; }
p { color: rgb(162,192,50); }
H1.HeaderClassName
{
color: #A2C032;
}
.AnyTagClassName
{
color: #A2C032;
}
</style>
background-color css
<style>
a { background-color: #A2C032; }
a { background-color: rgb(162,192,50); }
div.DivClassName
{
background-color: #A2C032;
}
.BgClassName
{
background-color: #A2C032;
}
</style>
border-color css
<style>
span { border-color: #A2C032; }
span { border-color: rgb(162,192,50); }
td.TdClassName
{
border-color: #A2C032;
}
.TagClassName
{
border-color: #A2C032;
}
</style>