#93ED95

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

Shades of Light Green #93ED95

Tints of Light Green #93ED95

Color information

#93ED95 (or 0x93ED95) is unknown color: approx Light Green. HEX triplet: 93, ED and 95. RGB value is (147,237,149). Sum of RGB (Red+Green+Blue) = 147+237+149=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #93ED95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93ED95 is #6C126A. Grayscale: #C8C8C8. Windows color (decimal): -7082603 or 9825683. OLE color: 9825683.

HSL color Cylindrical-coordinate representation of color #93ED95: hue angle of 121.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93ED95 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB147237149-
CMYK0.3800.370.07
HSL121.33º71.43%75.29%-
HSV(B)121.33º37.97%92.94%-
XYZ47.7468.9439.22-
YUV200.0699.1890.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.58%
GREEN value IS 237 (92.97% from 255) = 44.47%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=27.58%
G=44.47%
B=27.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472371490.3800.370.07121.3371.4375.29
Hex93ED9526025779474b
Octal223355225460457171107113
Binary1001001111101101100101011001100100101111111100110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93ED95; }

 p { color: rgb(147,237,149); }

 H1.HeaderClassName
 {
   color: #93ED95;
 }
 .AnyTagClassName
 {
   color: #93ED95;
 }
</style>
background-color css

<style>
 a { background-color: #93ED95; }

 a { background-color: rgb(147,237,149); }

 div.DivClassName
 {
   background-color: #93ED95;
 }
 .BgClassName
 {
   background-color: #93ED95;
 }
</style>
border-color css

<style>
 span { border-color: #93ED95; }

 span { border-color: rgb(147,237,149); }

 td.TdClassName
 {
   border-color: #93ED95;
 }
 .TagClassName
 {
   border-color: #93ED95;
 }
</style>