Shades of Yellow Green #A2C036
Tints of Yellow Green #A2C036
RGB
CMYK
RGB Variations
Color information
#A2C036 (or 0xA2C036) is known color: Yellow Green. HEX triplet: A2, C0 and 36. RGB value is (162,192,54). Sum of RGB (Red+Green+Blue) = 162+192+54=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 54 (21.48% from 255 or 13.24% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C036 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C036 is #5D3FC9. Grayscale: #A7A7A7. Windows color (decimal): -6111178 or 3588258. OLE color: 3588258.
HSL color Cylindrical-coordinate representation of color #A2C036: hue angle of 73.04º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2C036 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 54 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.25 |
| HSL | 73.04º | 0.56% | 0.48% | - |
| HSV(B) | 73.04º | 0.72% | 0.75% | - |
| XYZ | 34.42 | 45.65 | 10.49 | - |
| YUV | 167.3 | 64.06 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 54 | 0.16 | 0 | 0.72 | 0.25 | 73.04 | 0.56 | 0.48 |
| Hex | A2 | C0 | 36 | 10 | 0 | 48 | 19 | 49 | 38 | 30 |
| Octal | 242 | 300 | 66 | 20 | 0 | 110 | 31 | 111 | 70 | 60 |
| Binary | 10100010 | 11000000 | 110110 | 10000 | 0 | 1001000 | 11001 | 1001001 | 111000 | 110000 |
Color Harmonies of #A2C036
Complementary color
Monochromatic Colors of #A2C036
Black with #A2C036
Text Example
Text Example
White with #A2C036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C036; }
p { color: rgb(162,192,54); }
H1.HeaderClassName
{
color: #A2C036;
}
.AnyTagClassName
{
color: #A2C036;
}
</style>
background-color css
<style>
a { background-color: #A2C036; }
a { background-color: rgb(162,192,54); }
div.DivClassName
{
background-color: #A2C036;
}
.BgClassName
{
background-color: #A2C036;
}
</style>
border-color css
<style>
span { border-color: #A2C036; }
span { border-color: rgb(162,192,54); }
td.TdClassName
{
border-color: #A2C036;
}
.TagClassName
{
border-color: #A2C036;
}
</style>