Shades of Yellow Green #A2C52B
Tints of Yellow Green #A2C52B
RGB
CMYK
RGB Variations
Color information
#A2C52B (or 0xA2C52B) is known color: Yellow Green. HEX triplet: A2, C5 and 2B. RGB value is (162,197,43). Sum of RGB (Red+Green+Blue) = 162+197+43=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C52B is #5D3AD4. Grayscale: #A9A9A9. Windows color (decimal): -6109909 or 2868642. OLE color: 2868642.
HSL color Cylindrical-coordinate representation of color #A2C52B: hue angle of 73.64º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2C52B is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 43 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.23 |
| HSL | 73.64º | 0.64% | 0.47% | - |
| HSV(B) | 73.64º | 0.78% | 0.77% | - |
| XYZ | 35.3 | 47.79 | 9.65 | - |
| YUV | 168.98 | 56.9 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 43 | 0.18 | 0 | 0.78 | 0.23 | 73.64 | 0.64 | 0.47 |
| Hex | A2 | C5 | 2B | 12 | 0 | 4E | 17 | 4A | 40 | 2F |
| Octal | 242 | 305 | 53 | 22 | 0 | 116 | 27 | 112 | 100 | 57 |
| Binary | 10100010 | 11000101 | 101011 | 10010 | 0 | 1001110 | 10111 | 1001010 | 1000000 | 101111 |
Color Harmonies of #A2C52B
Complementary color
Monochromatic Colors of #A2C52B
Black with #A2C52B
Text Example
Text Example
White with #A2C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C52B; }
p { color: rgb(162,197,43); }
H1.HeaderClassName
{
color: #A2C52B;
}
.AnyTagClassName
{
color: #A2C52B;
}
</style>
background-color css
<style>
a { background-color: #A2C52B; }
a { background-color: rgb(162,197,43); }
div.DivClassName
{
background-color: #A2C52B;
}
.BgClassName
{
background-color: #A2C52B;
}
</style>
border-color css
<style>
span { border-color: #A2C52B; }
span { border-color: rgb(162,197,43); }
td.TdClassName
{
border-color: #A2C52B;
}
.TagClassName
{
border-color: #A2C52B;
}
</style>