#94EA96

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

Shades of Light Green #94EA96

Tints of Light Green #94EA96

Color information

#94EA96 (or 0x94EA96) is unknown color: approx Light Green. HEX triplet: 94, EA and 96. RGB value is (148,234,150). Sum of RGB (Red+Green+Blue) = 148+234+150=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EA96 is #6B1569. Grayscale: #C6C6C6. Windows color (decimal): -7017834 or 9890452. OLE color: 9890452.

HSL color Cylindrical-coordinate representation of color #94EA96: hue angle of 121.4º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EA96 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB148234150-
CMYK0.3700.360.08
HSL121.4º67.19%74.9%-
HSV(B)121.4º36.75%91.76%-
XYZ47.1467.3439.37-
YUV198.71100.5191.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.82%
GREEN value IS 234 (91.80% from 255) = 43.98%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=27.82%
G=43.98%
B=28.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482341500.3700.360.08121.467.1974.9
Hex94EA9625024879434b
Octal2243522264504410171103113
Binary10010100111010101001011010010101001001000111100110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,234,150); }

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

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

 a { background-color: rgb(148,234,150); }

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

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

 span { border-color: rgb(148,234,150); }

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