Shades of Yellow Green #A5E52C
Tints of Yellow Green #A5E52C
RGB
CMYK
RGB Variations
Color information
#A5E52C (or 0xA5E52C) is known color: Yellow Green. HEX triplet: A5, E5 and 2C. RGB value is (165,229,44). Sum of RGB (Red+Green+Blue) = 165+229+44=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 229 (89.84% from 255 or 52.28% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E52C is #5A1AD3. Grayscale: #BDBDBD. Windows color (decimal): -5905108 or 2942373. OLE color: 2942373.
HSL color Cylindrical-coordinate representation of color #A5E52C: hue angle of 80.76º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5E52C is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 44 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.10 |
| HSL | 80.76º | 0.78% | 0.54% | - |
| HSV(B) | 80.76º | 0.81% | 0.9% | - |
| XYZ | 43.99 | 64.22 | 12.46 | - |
| YUV | 188.77 | 46.3 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 44 | 0.28 | 0 | 0.81 | 0.10 | 80.76 | 0.78 | 0.54 |
| Hex | A5 | E5 | 2C | 1C | 0 | 51 | A | 51 | 4E | 36 |
| Octal | 245 | 345 | 54 | 34 | 0 | 121 | 12 | 121 | 116 | 66 |
| Binary | 10100101 | 11100101 | 101100 | 11100 | 0 | 1010001 | 1010 | 1010001 | 1001110 | 110110 |
Color Harmonies of #A5E52C
Complementary color
Monochromatic Colors of #A5E52C
Black with #A5E52C
Text Example
Text Example
White with #A5E52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E52C; }
p { color: rgb(165,229,44); }
H1.HeaderClassName
{
color: #A5E52C;
}
.AnyTagClassName
{
color: #A5E52C;
}
</style>
background-color css
<style>
a { background-color: #A5E52C; }
a { background-color: rgb(165,229,44); }
div.DivClassName
{
background-color: #A5E52C;
}
.BgClassName
{
background-color: #A5E52C;
}
</style>
border-color css
<style>
span { border-color: #A5E52C; }
span { border-color: rgb(165,229,44); }
td.TdClassName
{
border-color: #A5E52C;
}
.TagClassName
{
border-color: #A5E52C;
}
</style>