Shades of Yellow Green #A2C32C
Tints of Yellow Green #A2C32C
RGB
CMYK
RGB Variations
Color information
#A2C32C (or 0xA2C32C) is known color: Yellow Green. HEX triplet: A2, C3 and 2C. RGB value is (162,195,44). Sum of RGB (Red+Green+Blue) = 162+195+44=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C32C is #5D3CD3. Grayscale: #A8A8A8. Windows color (decimal): -6110420 or 2933666. OLE color: 2933666.
HSL color Cylindrical-coordinate representation of color #A2C32C: hue angle of 73.11º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2C32C is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 195 | 44 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.24 |
| HSL | 73.11º | 0.63% | 0.47% | - |
| HSV(B) | 73.11º | 0.77% | 0.76% | - |
| XYZ | 34.87 | 46.89 | 9.6 | - |
| YUV | 167.92 | 58.07 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 44 | 0.17 | 0 | 0.77 | 0.24 | 73.11 | 0.63 | 0.47 |
| Hex | A2 | C3 | 2C | 11 | 0 | 4D | 18 | 49 | 3F | 2F |
| Octal | 242 | 303 | 54 | 21 | 0 | 115 | 30 | 111 | 77 | 57 |
| Binary | 10100010 | 11000011 | 101100 | 10001 | 0 | 1001101 | 11000 | 1001001 | 111111 | 101111 |
Color Harmonies of #A2C32C
Complementary color
Monochromatic Colors of #A2C32C
Black with #A2C32C
Text Example
Text Example
White with #A2C32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C32C; }
p { color: rgb(162,195,44); }
H1.HeaderClassName
{
color: #A2C32C;
}
.AnyTagClassName
{
color: #A2C32C;
}
</style>
background-color css
<style>
a { background-color: #A2C32C; }
a { background-color: rgb(162,195,44); }
div.DivClassName
{
background-color: #A2C32C;
}
.BgClassName
{
background-color: #A2C32C;
}
</style>
border-color css
<style>
span { border-color: #A2C32C; }
span { border-color: rgb(162,195,44); }
td.TdClassName
{
border-color: #A2C32C;
}
.TagClassName
{
border-color: #A2C32C;
}
</style>