Shades of Yellow Green #A2C92A
Tints of Yellow Green #A2C92A
RGB
CMYK
RGB Variations
Color information
#A2C92A (or 0xA2C92A) is known color: Yellow Green. HEX triplet: A2, C9 and 2A. RGB value is (162,201,42). Sum of RGB (Red+Green+Blue) = 162+201+42=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C92A is #5D36D5. Grayscale: #ABABAB. Windows color (decimal): -6108886 or 2804130. OLE color: 2804130.
HSL color Cylindrical-coordinate representation of color #A2C92A: hue angle of 74.72º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2C92A is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 42 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.21 |
| HSL | 74.72º | 0.65% | 0.48% | - |
| HSV(B) | 74.72º | 0.79% | 0.79% | - |
| XYZ | 36.2 | 49.62 | 9.86 | - |
| YUV | 171.21 | 55.08 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 42 | 0.19 | 0 | 0.79 | 0.21 | 74.72 | 0.65 | 0.48 |
| Hex | A2 | C9 | 2A | 13 | 0 | 4F | 15 | 4B | 41 | 30 |
| Octal | 242 | 311 | 52 | 23 | 0 | 117 | 25 | 113 | 101 | 60 |
| Binary | 10100010 | 11001001 | 101010 | 10011 | 0 | 1001111 | 10101 | 1001011 | 1000001 | 110000 |
Color Harmonies of #A2C92A
Complementary color
Monochromatic Colors of #A2C92A
Black with #A2C92A
Text Example
Text Example
White with #A2C92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C92A; }
p { color: rgb(162,201,42); }
H1.HeaderClassName
{
color: #A2C92A;
}
.AnyTagClassName
{
color: #A2C92A;
}
</style>
background-color css
<style>
a { background-color: #A2C92A; }
a { background-color: rgb(162,201,42); }
div.DivClassName
{
background-color: #A2C92A;
}
.BgClassName
{
background-color: #A2C92A;
}
</style>
border-color css
<style>
span { border-color: #A2C92A; }
span { border-color: rgb(162,201,42); }
td.TdClassName
{
border-color: #A2C92A;
}
.TagClassName
{
border-color: #A2C92A;
}
</style>