Shades of Yellow Green #A4CE31
Tints of Yellow Green #A4CE31
RGB
CMYK
RGB Variations
Color information
#A4CE31 (or 0xA4CE31) is known color: Yellow Green. HEX triplet: A4, CE and 31. RGB value is (164,206,49). Sum of RGB (Red+Green+Blue) = 164+206+49=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CE31 is #5B31CE. Grayscale: #B0B0B0. Windows color (decimal): -5976527 or 3264164. OLE color: 3264164.
HSL color Cylindrical-coordinate representation of color #A4CE31: hue angle of 76.05º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4CE31 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 206 | 49 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.19 |
| HSL | 76.05º | 0.62% | 0.5% | - |
| HSV(B) | 76.05º | 0.76% | 0.81% | - |
| XYZ | 37.94 | 52.26 | 10.99 | - |
| YUV | 175.54 | 56.59 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 49 | 0.20 | 0 | 0.76 | 0.19 | 76.05 | 0.62 | 0.5 |
| Hex | A4 | CE | 31 | 14 | 0 | 4C | 13 | 4C | 3E | 32 |
| Octal | 244 | 316 | 61 | 24 | 0 | 114 | 23 | 114 | 76 | 62 |
| Binary | 10100100 | 11001110 | 110001 | 10100 | 0 | 1001100 | 10011 | 1001100 | 111110 | 110010 |
Color Harmonies of #A4CE31
Complementary color
Monochromatic Colors of #A4CE31
Black with #A4CE31
Text Example
Text Example
White with #A4CE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CE31; }
p { color: rgb(164,206,49); }
H1.HeaderClassName
{
color: #A4CE31;
}
.AnyTagClassName
{
color: #A4CE31;
}
</style>
background-color css
<style>
a { background-color: #A4CE31; }
a { background-color: rgb(164,206,49); }
div.DivClassName
{
background-color: #A4CE31;
}
.BgClassName
{
background-color: #A4CE31;
}
</style>
border-color css
<style>
span { border-color: #A4CE31; }
span { border-color: rgb(164,206,49); }
td.TdClassName
{
border-color: #A4CE31;
}
.TagClassName
{
border-color: #A4CE31;
}
</style>