Shades of Yellow Green #A2C030
Tints of Yellow Green #A2C030
RGB
CMYK
RGB Variations
Color information
#A2C030 (or 0xA2C030) is known color: Yellow Green. HEX triplet: A2, C0 and 30. RGB value is (162,192,48). Sum of RGB (Red+Green+Blue) = 162+192+48=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C030 is #5D3FCF. Grayscale: #A7A7A7. Windows color (decimal): -6111184 or 3195042. OLE color: 3195042.
HSL color Cylindrical-coordinate representation of color #A2C030: hue angle of 72.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2C030 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 48 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.25 |
| HSL | 72.5º | 0.6% | 0.47% | - |
| HSV(B) | 72.5º | 0.75% | 0.75% | - |
| XYZ | 34.28 | 45.59 | 9.79 | - |
| YUV | 166.61 | 61.06 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 48 | 0.16 | 0 | 0.75 | 0.25 | 72.5 | 0.6 | 0.47 |
| Hex | A2 | C0 | 30 | 10 | 0 | 4B | 19 | 48 | 3C | 2F |
| Octal | 242 | 300 | 60 | 20 | 0 | 113 | 31 | 110 | 74 | 57 |
| Binary | 10100010 | 11000000 | 110000 | 10000 | 0 | 1001011 | 11001 | 1001000 | 111100 | 101111 |
Color Harmonies of #A2C030
Complementary color
Monochromatic Colors of #A2C030
Black with #A2C030
Text Example
Text Example
White with #A2C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C030; }
p { color: rgb(162,192,48); }
H1.HeaderClassName
{
color: #A2C030;
}
.AnyTagClassName
{
color: #A2C030;
}
</style>
background-color css
<style>
a { background-color: #A2C030; }
a { background-color: rgb(162,192,48); }
div.DivClassName
{
background-color: #A2C030;
}
.BgClassName
{
background-color: #A2C030;
}
</style>
border-color css
<style>
span { border-color: #A2C030; }
span { border-color: rgb(162,192,48); }
td.TdClassName
{
border-color: #A2C030;
}
.TagClassName
{
border-color: #A2C030;
}
</style>