Shades of Yellow Green #A3D032
Tints of Yellow Green #A3D032
RGB
CMYK
RGB Variations
Color information
#A3D032 (or 0xA3D032) is known color: Yellow Green. HEX triplet: A3, D0 and 32. RGB value is (163,208,50). Sum of RGB (Red+Green+Blue) = 163+208+50=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D032 is #5C2FCD. Grayscale: #B1B1B1. Windows color (decimal): -6041550 or 3330211. OLE color: 3330211.
HSL color Cylindrical-coordinate representation of color #A3D032: hue angle of 77.09º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A3D032 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 208 | 50 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.18 |
| HSL | 77.09º | 0.63% | 0.51% | - |
| HSV(B) | 77.09º | 0.76% | 0.82% | - |
| XYZ | 38.24 | 53.13 | 11.26 | - |
| YUV | 176.53 | 56.59 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 208 | 50 | 0.22 | 0 | 0.76 | 0.18 | 77.09 | 0.63 | 0.51 |
| Hex | A3 | D0 | 32 | 16 | 0 | 4C | 12 | 4D | 3F | 33 |
| Octal | 243 | 320 | 62 | 26 | 0 | 114 | 22 | 115 | 77 | 63 |
| Binary | 10100011 | 11010000 | 110010 | 10110 | 0 | 1001100 | 10010 | 1001101 | 111111 | 110011 |
Color Harmonies of #A3D032
Complementary color
Monochromatic Colors of #A3D032
Black with #A3D032
Text Example
Text Example
White with #A3D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D032; }
p { color: rgb(163,208,50); }
H1.HeaderClassName
{
color: #A3D032;
}
.AnyTagClassName
{
color: #A3D032;
}
</style>
background-color css
<style>
a { background-color: #A3D032; }
a { background-color: rgb(163,208,50); }
div.DivClassName
{
background-color: #A3D032;
}
.BgClassName
{
background-color: #A3D032;
}
</style>
border-color css
<style>
span { border-color: #A3D032; }
span { border-color: rgb(163,208,50); }
td.TdClassName
{
border-color: #A3D032;
}
.TagClassName
{
border-color: #A3D032;
}
</style>