Shades of Yellow Green #A2C930
Tints of Yellow Green #A2C930
RGB
CMYK
RGB Variations
Color information
#A2C930 (or 0xA2C930) is known color: Yellow Green. HEX triplet: A2, C9 and 30. RGB value is (162,201,48). Sum of RGB (Red+Green+Blue) = 162+201+48=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C930 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C930 is #5D36CF. Grayscale: #ACACAC. Windows color (decimal): -6108880 or 3197346. OLE color: 3197346.
HSL color Cylindrical-coordinate representation of color #A2C930: hue angle of 75.29º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2C930 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 48 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.21 |
| HSL | 75.29º | 0.61% | 0.49% | - |
| HSV(B) | 75.29º | 0.76% | 0.79% | - |
| XYZ | 36.32 | 49.67 | 10.47 | - |
| YUV | 171.9 | 58.08 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 48 | 0.19 | 0 | 0.76 | 0.21 | 75.29 | 0.61 | 0.49 |
| Hex | A2 | C9 | 30 | 13 | 0 | 4C | 15 | 4B | 3D | 31 |
| Octal | 242 | 311 | 60 | 23 | 0 | 114 | 25 | 113 | 75 | 61 |
| Binary | 10100010 | 11001001 | 110000 | 10011 | 0 | 1001100 | 10101 | 1001011 | 111101 | 110001 |
Color Harmonies of #A2C930
Complementary color
Monochromatic Colors of #A2C930
Black with #A2C930
Text Example
Text Example
White with #A2C930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C930; }
p { color: rgb(162,201,48); }
H1.HeaderClassName
{
color: #A2C930;
}
.AnyTagClassName
{
color: #A2C930;
}
</style>
background-color css
<style>
a { background-color: #A2C930; }
a { background-color: rgb(162,201,48); }
div.DivClassName
{
background-color: #A2C930;
}
.BgClassName
{
background-color: #A2C930;
}
</style>
border-color css
<style>
span { border-color: #A2C930; }
span { border-color: rgb(162,201,48); }
td.TdClassName
{
border-color: #A2C930;
}
.TagClassName
{
border-color: #A2C930;
}
</style>