Shades of Bright Green #5AEE1A
Tints of Bright Green #5AEE1A
RGB
CMYK
RGB Variations
Color information
#5AEE1A (or 0x5AEE1A) is known color: Bright Green. HEX triplet: 5A, EE and 1A. RGB value is (90,238,26). Sum of RGB (Red+Green+Blue) = 90+238+26=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 238 (93.36% from 255 or 67.23% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEE1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AEE1A is #A511E5. Grayscale: #AAAAAA. Windows color (decimal): -10818022 or 1764954. OLE color: 1764954.
HSL color Cylindrical-coordinate representation of color #5AEE1A: hue angle of 101.89º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5AEE1A is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 26 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.07 |
| HSL | 101.89º | 0.86% | 0.52% | - |
| HSV(B) | 101.89º | 0.89% | 0.93% | - |
| XYZ | 34.98 | 63.4 | 11.37 | - |
| YUV | 169.58 | 46.97 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 26 | 0.62 | 0 | 0.89 | 0.07 | 101.89 | 0.86 | 0.52 |
| Hex | 5A | EE | 1A | 3E | 0 | 59 | 7 | 66 | 56 | 34 |
| Octal | 132 | 356 | 32 | 76 | 0 | 131 | 7 | 146 | 126 | 64 |
| Binary | 1011010 | 11101110 | 11010 | 111110 | 0 | 1011001 | 111 | 1100110 | 1010110 | 110100 |
Color Harmonies of #5AEE1A
Complementary color
Monochromatic Colors of #5AEE1A
Black with #5AEE1A
Text Example
Text Example
White with #5AEE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEE1A; }
p { color: rgb(90,238,26); }
H1.HeaderClassName
{
color: #5AEE1A;
}
.AnyTagClassName
{
color: #5AEE1A;
}
</style>
background-color css
<style>
a { background-color: #5AEE1A; }
a { background-color: rgb(90,238,26); }
div.DivClassName
{
background-color: #5AEE1A;
}
.BgClassName
{
background-color: #5AEE1A;
}
</style>
border-color css
<style>
span { border-color: #5AEE1A; }
span { border-color: rgb(90,238,26); }
td.TdClassName
{
border-color: #5AEE1A;
}
.TagClassName
{
border-color: #5AEE1A;
}
</style>