Shades of Light Green #93E095
Tints of Light Green #93E095
RGB
CMYK
RGB Variations
Color information
#93E095 (or 0x93E095) is known color: Light Green. HEX triplet: 93, E0 and 95. RGB value is (147,224,149). Sum of RGB (Red+Green+Blue) = 147+224+149=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #93E095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93E095 is #6C1F6A. Grayscale: #C0C0C0. Windows color (decimal): -7085931 or 9822355. OLE color: 9822355.
HSL color Cylindrical-coordinate representation of color #93E095: hue angle of 121.56º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93E095 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 224 | 149 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.12 |
| HSL | 121.56º | 0.55% | 0.73% | - |
| HSV(B) | 121.56º | 0.34% | 0.88% | - |
| XYZ | 44.11 | 61.68 | 38.02 | - |
| YUV | 192.43 | 103.49 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 224 | 149 | 0.34 | 0 | 0.33 | 0.12 | 121.56 | 0.55 | 0.73 |
| Hex | 93 | E0 | 95 | 22 | 0 | 21 | C | 7A | 37 | 49 |
| Octal | 223 | 340 | 225 | 42 | 0 | 41 | 14 | 172 | 67 | 111 |
| Binary | 10010011 | 11100000 | 10010101 | 100010 | 0 | 100001 | 1100 | 1111010 | 110111 | 1001001 |
Color Harmonies of #93E095
Complementary color
Monochromatic Colors of #93E095
Black with #93E095
Text Example
Text Example
White with #93E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E095; }
p { color: rgb(147,224,149); }
H1.HeaderClassName
{
color: #93E095;
}
.AnyTagClassName
{
color: #93E095;
}
</style>
background-color css
<style>
a { background-color: #93E095; }
a { background-color: rgb(147,224,149); }
div.DivClassName
{
background-color: #93E095;
}
.BgClassName
{
background-color: #93E095;
}
</style>
border-color css
<style>
span { border-color: #93E095; }
span { border-color: rgb(147,224,149); }
td.TdClassName
{
border-color: #93E095;
}
.TagClassName
{
border-color: #93E095;
}
</style>