#94EA9F

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

Shades of Light Green #94EA9F

Tints of Light Green #94EA9F

Color information

#94EA9F (or 0x94EA9F) is unknown color: approx Light Green. HEX triplet: 94, EA and 9F. RGB value is (148,234,159). Sum of RGB (Red+Green+Blue) = 148+234+159=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EA9F is #6B1560. Grayscale: #C7C7C7. Windows color (decimal): -7017825 or 10480276. OLE color: 10480276.

HSL color Cylindrical-coordinate representation of color #94EA9F: hue angle of 127.67º 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 #94EA9F is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB148234159-
CMYK0.3700.320.08
HSL127.67º67.19%74.9%-
HSV(B)127.67º36.75%91.76%-
XYZ47.8967.6443.33-
YUV199.74105.0191.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.36%
GREEN value IS 234 (91.80% from 255) = 43.25%
BLUE value IS 159 (62.5% from 255) = 29.39%
R=27.36%
G=43.25%
B=29.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482341590.3700.320.08127.6767.1974.9
Hex94EA9F25020880434b
Octal2243522374504010200103113
Binary100101001110101010011111100101010000010001000000010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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