Shades of Yellow Green #A4D332
Tints of Yellow Green #A4D332
RGB
CMYK
RGB Variations
Color information
#A4D332 (or 0xA4D332) is known color: Yellow Green. HEX triplet: A4, D3 and 32. RGB value is (164,211,50). Sum of RGB (Red+Green+Blue) = 164+211+50=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D332 is #5B2CCD. Grayscale: #B3B3B3. Windows color (decimal): -5975246 or 3330980. OLE color: 3330980.
HSL color Cylindrical-coordinate representation of color #A4D332: hue angle of 77.52º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4D332 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 211 | 50 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.17 |
| HSL | 77.52º | 0.65% | 0.51% | - |
| HSV(B) | 77.52º | 0.76% | 0.83% | - |
| XYZ | 39.18 | 54.71 | 11.51 | - |
| YUV | 178.59 | 55.43 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 211 | 50 | 0.22 | 0 | 0.76 | 0.17 | 77.52 | 0.65 | 0.51 |
| Hex | A4 | D3 | 32 | 16 | 0 | 4C | 11 | 4E | 41 | 33 |
| Octal | 244 | 323 | 62 | 26 | 0 | 114 | 21 | 116 | 101 | 63 |
| Binary | 10100100 | 11010011 | 110010 | 10110 | 0 | 1001100 | 10001 | 1001110 | 1000001 | 110011 |
Color Harmonies of #A4D332
Complementary color
Monochromatic Colors of #A4D332
Black with #A4D332
Text Example
Text Example
White with #A4D332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D332; }
p { color: rgb(164,211,50); }
H1.HeaderClassName
{
color: #A4D332;
}
.AnyTagClassName
{
color: #A4D332;
}
</style>
background-color css
<style>
a { background-color: #A4D332; }
a { background-color: rgb(164,211,50); }
div.DivClassName
{
background-color: #A4D332;
}
.BgClassName
{
background-color: #A4D332;
}
</style>
border-color css
<style>
span { border-color: #A4D332; }
span { border-color: rgb(164,211,50); }
td.TdClassName
{
border-color: #A4D332;
}
.TagClassName
{
border-color: #A4D332;
}
</style>