Shades of Yellow Green #A4D52B
Tints of Yellow Green #A4D52B
RGB
CMYK
RGB Variations
Color information
#A4D52B (or 0xA4D52B) is known color: Yellow Green. HEX triplet: A4, D5 and 2B. RGB value is (164,213,43). Sum of RGB (Red+Green+Blue) = 164+213+43=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 43 (17.19% from 255 or 10.24% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D52B is #5B2AD4. Grayscale: #B3B3B3. Windows color (decimal): -5974741 or 2872740. OLE color: 2872740.
HSL color Cylindrical-coordinate representation of color #A4D52B: hue angle of 77.29º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4D52B is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 43 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.16 |
| HSL | 77.29º | 0.67% | 0.5% | - |
| HSV(B) | 77.29º | 0.8% | 0.84% | - |
| XYZ | 39.54 | 55.66 | 10.94 | - |
| YUV | 178.97 | 51.27 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 43 | 0.23 | 0 | 0.80 | 0.16 | 77.29 | 0.67 | 0.5 |
| Hex | A4 | D5 | 2B | 17 | 0 | 50 | 10 | 4D | 43 | 32 |
| Octal | 244 | 325 | 53 | 27 | 0 | 120 | 20 | 115 | 103 | 62 |
| Binary | 10100100 | 11010101 | 101011 | 10111 | 0 | 1010000 | 10000 | 1001101 | 1000011 | 110010 |
Color Harmonies of #A4D52B
Complementary color
Monochromatic Colors of #A4D52B
Black with #A4D52B
Text Example
Text Example
White with #A4D52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D52B; }
p { color: rgb(164,213,43); }
H1.HeaderClassName
{
color: #A4D52B;
}
.AnyTagClassName
{
color: #A4D52B;
}
</style>
background-color css
<style>
a { background-color: #A4D52B; }
a { background-color: rgb(164,213,43); }
div.DivClassName
{
background-color: #A4D52B;
}
.BgClassName
{
background-color: #A4D52B;
}
</style>
border-color css
<style>
span { border-color: #A4D52B; }
span { border-color: rgb(164,213,43); }
td.TdClassName
{
border-color: #A4D52B;
}
.TagClassName
{
border-color: #A4D52B;
}
</style>