Shades of Yellow Green #A2C435
Tints of Yellow Green #A2C435
RGB
CMYK
RGB Variations
Color information
#A2C435 (or 0xA2C435) is known color: Yellow Green. HEX triplet: A2, C4 and 35. RGB value is (162,196,53). Sum of RGB (Red+Green+Blue) = 162+196+53=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C435 is #5D3BCA. Grayscale: #AAAAAA. Windows color (decimal): -6110155 or 3523746. OLE color: 3523746.
HSL color Cylindrical-coordinate representation of color #A2C435: hue angle of 74.27º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2C435 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 196 | 53 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.23 |
| HSL | 74.27º | 0.57% | 0.49% | - |
| HSV(B) | 74.27º | 0.73% | 0.77% | - |
| XYZ | 35.28 | 47.42 | 10.66 | - |
| YUV | 169.53 | 62.24 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 53 | 0.17 | 0 | 0.73 | 0.23 | 74.27 | 0.57 | 0.49 |
| Hex | A2 | C4 | 35 | 11 | 0 | 49 | 17 | 4A | 39 | 31 |
| Octal | 242 | 304 | 65 | 21 | 0 | 111 | 27 | 112 | 71 | 61 |
| Binary | 10100010 | 11000100 | 110101 | 10001 | 0 | 1001001 | 10111 | 1001010 | 111001 | 110001 |
Color Harmonies of #A2C435
Complementary color
Monochromatic Colors of #A2C435
Black with #A2C435
Text Example
Text Example
White with #A2C435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C435; }
p { color: rgb(162,196,53); }
H1.HeaderClassName
{
color: #A2C435;
}
.AnyTagClassName
{
color: #A2C435;
}
</style>
background-color css
<style>
a { background-color: #A2C435; }
a { background-color: rgb(162,196,53); }
div.DivClassName
{
background-color: #A2C435;
}
.BgClassName
{
background-color: #A2C435;
}
</style>
border-color css
<style>
span { border-color: #A2C435; }
span { border-color: rgb(162,196,53); }
td.TdClassName
{
border-color: #A2C435;
}
.TagClassName
{
border-color: #A2C435;
}
</style>