Shades of Bright Green #5AE014
Tints of Bright Green #5AE014
RGB
CMYK
RGB Variations
Color information
#5AE014 (or 0x5AE014) is known color: Bright Green. HEX triplet: 5A, E0 and 14. RGB value is (90,224,20). Sum of RGB (Red+Green+Blue) = 90+224+20=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #5AE014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AE014 is #A51FEB. Grayscale: #A1A1A1. Windows color (decimal): -10821612 or 1368154. OLE color: 1368154.
HSL color Cylindrical-coordinate representation of color #5AE014: hue angle of 99.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5AE014 is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 224 | 20 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.12 |
| HSL | 99.41º | 0.84% | 0.48% | - |
| HSV(B) | 99.41º | 0.91% | 0.88% | - |
| XYZ | 31 | 55.54 | 9.75 | - |
| YUV | 160.68 | 48.61 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 224 | 20 | 0.60 | 0 | 0.91 | 0.12 | 99.41 | 0.84 | 0.48 |
| Hex | 5A | E0 | 14 | 3C | 0 | 5B | C | 63 | 54 | 30 |
| Octal | 132 | 340 | 24 | 74 | 0 | 133 | 14 | 143 | 124 | 60 |
| Binary | 1011010 | 11100000 | 10100 | 111100 | 0 | 1011011 | 1100 | 1100011 | 1010100 | 110000 |
Color Harmonies of #5AE014
Complementary color
Monochromatic Colors of #5AE014
Black with #5AE014
Text Example
Text Example
White with #5AE014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE014; }
p { color: rgb(90,224,20); }
H1.HeaderClassName
{
color: #5AE014;
}
.AnyTagClassName
{
color: #5AE014;
}
</style>
background-color css
<style>
a { background-color: #5AE014; }
a { background-color: rgb(90,224,20); }
div.DivClassName
{
background-color: #5AE014;
}
.BgClassName
{
background-color: #5AE014;
}
</style>
border-color css
<style>
span { border-color: #5AE014; }
span { border-color: rgb(90,224,20); }
td.TdClassName
{
border-color: #5AE014;
}
.TagClassName
{
border-color: #5AE014;
}
</style>