Shades of Yellow Green #A4D52C
Tints of Yellow Green #A4D52C
RGB
CMYK
RGB Variations
Color information
#A4D52C (or 0xA4D52C) is known color: Yellow Green. HEX triplet: A4, D5 and 2C. RGB value is (164,213,44). Sum of RGB (Red+Green+Blue) = 164+213+44=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D52C is #5B2AD3. Grayscale: #B3B3B3. Windows color (decimal): -5974740 or 2938276. OLE color: 2938276.
HSL color Cylindrical-coordinate representation of color #A4D52C: hue angle of 77.4º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A4D52C is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 44 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.16 |
| HSL | 77.4º | 0.67% | 0.5% | - |
| HSV(B) | 77.4º | 0.79% | 0.84% | - |
| XYZ | 39.56 | 55.66 | 11.04 | - |
| YUV | 179.08 | 51.77 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 44 | 0.23 | 0 | 0.79 | 0.16 | 77.4 | 0.67 | 0.5 |
| Hex | A4 | D5 | 2C | 17 | 0 | 4F | 10 | 4D | 43 | 32 |
| Octal | 244 | 325 | 54 | 27 | 0 | 117 | 20 | 115 | 103 | 62 |
| Binary | 10100100 | 11010101 | 101100 | 10111 | 0 | 1001111 | 10000 | 1001101 | 1000011 | 110010 |
Color Harmonies of #A4D52C
Complementary color
Monochromatic Colors of #A4D52C
Black with #A4D52C
Text Example
Text Example
White with #A4D52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D52C; }
p { color: rgb(164,213,44); }
H1.HeaderClassName
{
color: #A4D52C;
}
.AnyTagClassName
{
color: #A4D52C;
}
</style>
background-color css
<style>
a { background-color: #A4D52C; }
a { background-color: rgb(164,213,44); }
div.DivClassName
{
background-color: #A4D52C;
}
.BgClassName
{
background-color: #A4D52C;
}
</style>
border-color css
<style>
span { border-color: #A4D52C; }
span { border-color: rgb(164,213,44); }
td.TdClassName
{
border-color: #A4D52C;
}
.TagClassName
{
border-color: #A4D52C;
}
</style>