Shades of Bright Green #5AEC12
Tints of Bright Green #5AEC12
RGB
CMYK
RGB Variations
Color information
#5AEC12 (or 0x5AEC12) is known color: Bright Green. HEX triplet: 5A, EC and 12. RGB value is (90,236,18). Sum of RGB (Red+Green+Blue) = 90+236+18=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 236 (92.58% from 255 or 68.60% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 236 - color contains mainly: green. Hex color #5AEC12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AEC12 is #A513ED. Grayscale: #A8A8A8. Windows color (decimal): -10818542 or 1240154. OLE color: 1240154.
HSL color Cylindrical-coordinate representation of color #5AEC12: hue angle of 100.18º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5AEC12 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 18 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.07 |
| HSL | 100.18º | 0.86% | 0.5% | - |
| HSV(B) | 100.18º | 0.92% | 0.93% | - |
| XYZ | 34.32 | 62.21 | 10.77 | - |
| YUV | 167.49 | 43.63 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 18 | 0.62 | 0 | 0.92 | 0.07 | 100.18 | 0.86 | 0.5 |
| Hex | 5A | EC | 12 | 3E | 0 | 5C | 7 | 64 | 56 | 32 |
| Octal | 132 | 354 | 22 | 76 | 0 | 134 | 7 | 144 | 126 | 62 |
| Binary | 1011010 | 11101100 | 10010 | 111110 | 0 | 1011100 | 111 | 1100100 | 1010110 | 110010 |
Color Harmonies of #5AEC12
Complementary color
Monochromatic Colors of #5AEC12
Black with #5AEC12
Text Example
Text Example
White with #5AEC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEC12; }
p { color: rgb(90,236,18); }
H1.HeaderClassName
{
color: #5AEC12;
}
.AnyTagClassName
{
color: #5AEC12;
}
</style>
background-color css
<style>
a { background-color: #5AEC12; }
a { background-color: rgb(90,236,18); }
div.DivClassName
{
background-color: #5AEC12;
}
.BgClassName
{
background-color: #5AEC12;
}
</style>
border-color css
<style>
span { border-color: #5AEC12; }
span { border-color: rgb(90,236,18); }
td.TdClassName
{
border-color: #5AEC12;
}
.TagClassName
{
border-color: #5AEC12;
}
</style>