Shades of Light Green #93EC7A
Tints of Light Green #93EC7A
RGB
CMYK
RGB Variations
Color information
#93EC7A (or 0x93EC7A) is known color: Light Green. HEX triplet: 93, EC and 7A. RGB value is (147,236,122). Sum of RGB (Red+Green+Blue) = 147+236+122=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EC7A is #6C1385. Grayscale: #C4C4C4. Windows color (decimal): -7082886 or 8055955. OLE color: 8055955.
HSL color Cylindrical-coordinate representation of color #93EC7A: hue angle of 106.84º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93EC7A is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 122 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.07 |
| HSL | 106.84º | 0.75% | 0.7% | - |
| HSV(B) | 106.84º | 0.48% | 0.93% | - |
| XYZ | 45.54 | 67.6 | 29.06 | - |
| YUV | 196.39 | 86.01 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 122 | 0.38 | 0 | 0.48 | 0.07 | 106.84 | 0.75 | 0.7 |
| Hex | 93 | EC | 7A | 26 | 0 | 30 | 7 | 6B | 4B | 46 |
| Octal | 223 | 354 | 172 | 46 | 0 | 60 | 7 | 153 | 113 | 106 |
| Binary | 10010011 | 11101100 | 1111010 | 100110 | 0 | 110000 | 111 | 1101011 | 1001011 | 1000110 |
Color Harmonies of #93EC7A
Complementary color
Monochromatic Colors of #93EC7A
Black with #93EC7A
Text Example
Text Example
White with #93EC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EC7A; }
p { color: rgb(147,236,122); }
H1.HeaderClassName
{
color: #93EC7A;
}
.AnyTagClassName
{
color: #93EC7A;
}
</style>
background-color css
<style>
a { background-color: #93EC7A; }
a { background-color: rgb(147,236,122); }
div.DivClassName
{
background-color: #93EC7A;
}
.BgClassName
{
background-color: #93EC7A;
}
</style>
border-color css
<style>
span { border-color: #93EC7A; }
span { border-color: rgb(147,236,122); }
td.TdClassName
{
border-color: #93EC7A;
}
.TagClassName
{
border-color: #93EC7A;
}
</style>