Shades of Yellow Green #A4D225
Tints of Yellow Green #A4D225
RGB
CMYK
RGB Variations
Color information
#A4D225 (or 0xA4D225) is known color: Yellow Green. HEX triplet: A4, D2 and 25. RGB value is (164,210,37). Sum of RGB (Red+Green+Blue) = 164+210+37=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 37 (14.84% from 255 or 9.00% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D225 is #5B2DDA. Grayscale: #B1B1B1. Windows color (decimal): -5975515 or 2478756. OLE color: 2478756.
HSL color Cylindrical-coordinate representation of color #A4D225: hue angle of 75.95º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4D225 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 210 | 37 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.18 |
| HSL | 75.95º | 0.7% | 0.48% | - |
| HSV(B) | 75.95º | 0.82% | 0.82% | - |
| XYZ | 38.69 | 54.12 | 10.16 | - |
| YUV | 176.52 | 49.26 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 210 | 37 | 0.22 | 0 | 0.82 | 0.18 | 75.95 | 0.7 | 0.48 |
| Hex | A4 | D2 | 25 | 16 | 0 | 52 | 12 | 4C | 46 | 30 |
| Octal | 244 | 322 | 45 | 26 | 0 | 122 | 22 | 114 | 106 | 60 |
| Binary | 10100100 | 11010010 | 100101 | 10110 | 0 | 1010010 | 10010 | 1001100 | 1000110 | 110000 |
Color Harmonies of #A4D225
Complementary color
Monochromatic Colors of #A4D225
Black with #A4D225
Text Example
Text Example
White with #A4D225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D225; }
p { color: rgb(164,210,37); }
H1.HeaderClassName
{
color: #A4D225;
}
.AnyTagClassName
{
color: #A4D225;
}
</style>
background-color css
<style>
a { background-color: #A4D225; }
a { background-color: rgb(164,210,37); }
div.DivClassName
{
background-color: #A4D225;
}
.BgClassName
{
background-color: #A4D225;
}
</style>
border-color css
<style>
span { border-color: #A4D225; }
span { border-color: rgb(164,210,37); }
td.TdClassName
{
border-color: #A4D225;
}
.TagClassName
{
border-color: #A4D225;
}
</style>