#94EE8D

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

Shades of Light Green #94EE8D

Tints of Light Green #94EE8D

Color information

#94EE8D (or 0x94EE8D) is unknown color: approx Light Green. HEX triplet: 94, EE and 8D. RGB value is (148,238,141). Sum of RGB (Red+Green+Blue) = 148+238+141=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #94EE8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EE8D is #6B1172. Grayscale: #C8C8C8. Windows color (decimal): -7016819 or 9301652. OLE color: 9301652.

HSL color Cylindrical-coordinate representation of color #94EE8D: hue angle of 115.67º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94EE8D is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB148238141-
CMYK0.3800.410.07
HSL115.67º74.05%74.31%-
HSV(B)115.67º40.76%93.33%-
XYZ47.5969.3736.08-
YUV200.0394.6890.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.08%
GREEN value IS 238 (93.36% from 255) = 45.16%
BLUE value IS 141 (55.47% from 255) = 26.76%
R=28.08%
G=45.16%
B=26.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482381410.3800.410.07115.6774.0574.31
Hex94EE8D260297744a4a
Octal224356215460517164112112
Binary1001010011101110100011011001100101001111111010010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94EE8D; }

 p { color: rgb(148,238,141); }

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

<style>
 a { background-color: #94EE8D; }

 a { background-color: rgb(148,238,141); }

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

<style>
 span { border-color: #94EE8D; }

 span { border-color: rgb(148,238,141); }

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