Shades of Yellow Green #A5E52B
Tints of Yellow Green #A5E52B
RGB
CMYK
RGB Variations
Color information
#A5E52B (or 0xA5E52B) is known color: Yellow Green. HEX triplet: A5, E5 and 2B. RGB value is (165,229,43). Sum of RGB (Red+Green+Blue) = 165+229+43=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 229 (89.84% from 255 or 52.40% from 437); Blue value is 43 (17.19% from 255 or 9.84% from 437); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E52B is #5A1AD4. Grayscale: #BDBDBD. Windows color (decimal): -5905109 or 2876837. OLE color: 2876837.
HSL color Cylindrical-coordinate representation of color #A5E52B: hue angle of 80.65º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5E52B is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 43 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.10 |
| HSL | 80.65º | 0.78% | 0.53% | - |
| HSV(B) | 80.65º | 0.81% | 0.9% | - |
| XYZ | 43.97 | 64.21 | 12.36 | - |
| YUV | 188.66 | 45.8 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 43 | 0.28 | 0 | 0.81 | 0.10 | 80.65 | 0.78 | 0.53 |
| Hex | A5 | E5 | 2B | 1C | 0 | 51 | A | 51 | 4E | 35 |
| Octal | 245 | 345 | 53 | 34 | 0 | 121 | 12 | 121 | 116 | 65 |
| Binary | 10100101 | 11100101 | 101011 | 11100 | 0 | 1010001 | 1010 | 1010001 | 1001110 | 110101 |
Color Harmonies of #A5E52B
Complementary color
Monochromatic Colors of #A5E52B
Black with #A5E52B
Text Example
Text Example
White with #A5E52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E52B; }
p { color: rgb(165,229,43); }
H1.HeaderClassName
{
color: #A5E52B;
}
.AnyTagClassName
{
color: #A5E52B;
}
</style>
background-color css
<style>
a { background-color: #A5E52B; }
a { background-color: rgb(165,229,43); }
div.DivClassName
{
background-color: #A5E52B;
}
.BgClassName
{
background-color: #A5E52B;
}
</style>
border-color css
<style>
span { border-color: #A5E52B; }
span { border-color: rgb(165,229,43); }
td.TdClassName
{
border-color: #A5E52B;
}
.TagClassName
{
border-color: #A5E52B;
}
</style>