Shades of Yellow Green #A2C430
Tints of Yellow Green #A2C430
RGB
CMYK
RGB Variations
Color information
#A2C430 (or 0xA2C430) is known color: Yellow Green. HEX triplet: A2, C4 and 30. RGB value is (162,196,48). Sum of RGB (Red+Green+Blue) = 162+196+48=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C430 is #5D3BCF. Grayscale: #A9A9A9. Windows color (decimal): -6110160 or 3196066. OLE color: 3196066.
HSL color Cylindrical-coordinate representation of color #A2C430: hue angle of 73.78º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2C430 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 196 | 48 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.23 |
| HSL | 73.78º | 0.61% | 0.48% | - |
| HSV(B) | 73.78º | 0.76% | 0.77% | - |
| XYZ | 35.17 | 47.37 | 10.09 | - |
| YUV | 168.96 | 59.74 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 48 | 0.17 | 0 | 0.76 | 0.23 | 73.78 | 0.61 | 0.48 |
| Hex | A2 | C4 | 30 | 11 | 0 | 4C | 17 | 4A | 3D | 30 |
| Octal | 242 | 304 | 60 | 21 | 0 | 114 | 27 | 112 | 75 | 60 |
| Binary | 10100010 | 11000100 | 110000 | 10001 | 0 | 1001100 | 10111 | 1001010 | 111101 | 110000 |
Color Harmonies of #A2C430
Complementary color
Monochromatic Colors of #A2C430
Black with #A2C430
Text Example
Text Example
White with #A2C430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C430; }
p { color: rgb(162,196,48); }
H1.HeaderClassName
{
color: #A2C430;
}
.AnyTagClassName
{
color: #A2C430;
}
</style>
background-color css
<style>
a { background-color: #A2C430; }
a { background-color: rgb(162,196,48); }
div.DivClassName
{
background-color: #A2C430;
}
.BgClassName
{
background-color: #A2C430;
}
</style>
border-color css
<style>
span { border-color: #A2C430; }
span { border-color: rgb(162,196,48); }
td.TdClassName
{
border-color: #A2C430;
}
.TagClassName
{
border-color: #A2C430;
}
</style>