Shades of Screamin' Green #5AEC4A
Tints of Screamin' Green #5AEC4A
RGB
CMYK
RGB Variations
Color information
#5AEC4A (or 0x5AEC4A) is known color: Screamin' Green. HEX triplet: 5A, EC and 4A. RGB value is (90,236,74). Sum of RGB (Red+Green+Blue) = 90+236+74=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 236 (92.58% from 255 or 59% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 236 - color contains mainly: green. Hex color #5AEC4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AEC4A is #A513B5. Grayscale: #AEAEAE. Windows color (decimal): -10818486 or 4910170. OLE color: 4910170.
HSL color Cylindrical-coordinate representation of color #5AEC4A: hue angle of 114.07º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5AEC4A is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 74 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.07 |
| HSL | 114.07º | 0.81% | 0.61% | - |
| HSV(B) | 114.07º | 0.69% | 0.93% | - |
| XYZ | 35.45 | 62.66 | 16.7 | - |
| YUV | 173.88 | 71.63 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 74 | 0.62 | 0 | 0.69 | 0.07 | 114.07 | 0.81 | 0.61 |
| Hex | 5A | EC | 4A | 3E | 0 | 45 | 7 | 72 | 51 | 3D |
| Octal | 132 | 354 | 112 | 76 | 0 | 105 | 7 | 162 | 121 | 75 |
| Binary | 1011010 | 11101100 | 1001010 | 111110 | 0 | 1000101 | 111 | 1110010 | 1010001 | 111101 |
Color Harmonies of #5AEC4A
Complementary color
Monochromatic Colors of #5AEC4A
Black with #5AEC4A
Text Example
Text Example
White with #5AEC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEC4A; }
p { color: rgb(90,236,74); }
H1.HeaderClassName
{
color: #5AEC4A;
}
.AnyTagClassName
{
color: #5AEC4A;
}
</style>
background-color css
<style>
a { background-color: #5AEC4A; }
a { background-color: rgb(90,236,74); }
div.DivClassName
{
background-color: #5AEC4A;
}
.BgClassName
{
background-color: #5AEC4A;
}
</style>
border-color css
<style>
span { border-color: #5AEC4A; }
span { border-color: rgb(90,236,74); }
td.TdClassName
{
border-color: #5AEC4A;
}
.TagClassName
{
border-color: #5AEC4A;
}
</style>