#93E095

Color #93E095 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #93E095

Tints of Light Green #93E095

Color information

#93E095 (or 0x93E095) is unknown color: approx 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

RGB147224149-
CMYK0.3400.330.12
HSL121.56º55.4%72.75%-
HSV(B)121.56º34.38%87.84%-
XYZ44.1161.6838.02-
YUV192.43103.4995.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 28.27%
GREEN value IS 224 (87.89% from 255) = 43.08%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=28.27%
G=43.08%
B=28.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472241490.3400.330.12121.5655.472.75
Hex93E09522021C7a3749
Octal223340225420411417267111
Binary1001001111100000100101011000100100001110011110101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>