Shades of Yellow Green #A2C32F
Tints of Yellow Green #A2C32F
RGB
CMYK
RGB Variations
Color information
#A2C32F (or 0xA2C32F) is known color: Yellow Green. HEX triplet: A2, C3 and 2F. RGB value is (162,195,47). Sum of RGB (Red+Green+Blue) = 162+195+47=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C32F is #5D3CD0. Grayscale: #A8A8A8. Windows color (decimal): -6110417 or 3130274. OLE color: 3130274.
HSL color Cylindrical-coordinate representation of color #A2C32F: hue angle of 73.38º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2C32F is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 195 | 47 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.24 |
| HSL | 73.38º | 0.61% | 0.47% | - |
| HSV(B) | 73.38º | 0.76% | 0.76% | - |
| XYZ | 34.93 | 46.92 | 9.9 | - |
| YUV | 168.26 | 59.57 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 47 | 0.17 | 0 | 0.76 | 0.24 | 73.38 | 0.61 | 0.47 |
| Hex | A2 | C3 | 2F | 11 | 0 | 4C | 18 | 49 | 3D | 2F |
| Octal | 242 | 303 | 57 | 21 | 0 | 114 | 30 | 111 | 75 | 57 |
| Binary | 10100010 | 11000011 | 101111 | 10001 | 0 | 1001100 | 11000 | 1001001 | 111101 | 101111 |
Color Harmonies of #A2C32F
Complementary color
Monochromatic Colors of #A2C32F
Black with #A2C32F
Text Example
Text Example
White with #A2C32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C32F; }
p { color: rgb(162,195,47); }
H1.HeaderClassName
{
color: #A2C32F;
}
.AnyTagClassName
{
color: #A2C32F;
}
</style>
background-color css
<style>
a { background-color: #A2C32F; }
a { background-color: rgb(162,195,47); }
div.DivClassName
{
background-color: #A2C32F;
}
.BgClassName
{
background-color: #A2C32F;
}
</style>
border-color css
<style>
span { border-color: #A2C32F; }
span { border-color: rgb(162,195,47); }
td.TdClassName
{
border-color: #A2C32F;
}
.TagClassName
{
border-color: #A2C32F;
}
</style>