Shades of Yellow Green #A4D527
Tints of Yellow Green #A4D527
RGB
CMYK
RGB Variations
Color information
#A4D527 (or 0xA4D527) is known color: Yellow Green. HEX triplet: A4, D5 and 27. RGB value is (164,213,39). Sum of RGB (Red+Green+Blue) = 164+213+39=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 39 (15.62% from 255 or 9.38% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D527 is #5B2AD8. Grayscale: #B3B3B3. Windows color (decimal): -5974745 or 2610596. OLE color: 2610596.
HSL color Cylindrical-coordinate representation of color #A4D527: hue angle of 76.9º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4D527 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 39 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.16 |
| HSL | 76.9º | 0.69% | 0.49% | - |
| HSV(B) | 76.9º | 0.82% | 0.84% | - |
| XYZ | 39.47 | 55.63 | 10.58 | - |
| YUV | 178.51 | 49.27 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 39 | 0.23 | 0 | 0.82 | 0.16 | 76.9 | 0.69 | 0.49 |
| Hex | A4 | D5 | 27 | 17 | 0 | 52 | 10 | 4D | 45 | 31 |
| Octal | 244 | 325 | 47 | 27 | 0 | 122 | 20 | 115 | 105 | 61 |
| Binary | 10100100 | 11010101 | 100111 | 10111 | 0 | 1010010 | 10000 | 1001101 | 1000101 | 110001 |
Color Harmonies of #A4D527
Complementary color
Monochromatic Colors of #A4D527
Black with #A4D527
Text Example
Text Example
White with #A4D527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D527; }
p { color: rgb(164,213,39); }
H1.HeaderClassName
{
color: #A4D527;
}
.AnyTagClassName
{
color: #A4D527;
}
</style>
background-color css
<style>
a { background-color: #A4D527; }
a { background-color: rgb(164,213,39); }
div.DivClassName
{
background-color: #A4D527;
}
.BgClassName
{
background-color: #A4D527;
}
</style>
border-color css
<style>
span { border-color: #A4D527; }
span { border-color: rgb(164,213,39); }
td.TdClassName
{
border-color: #A4D527;
}
.TagClassName
{
border-color: #A4D527;
}
</style>