#94ff9e

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

Shades of Mint Green #94FF9E

Tints of Mint Green #94FF9E

Color information

#94FF9E (or 0x94FF9E) is unknown color: approx Mint Green. HEX triplet: 94, FF and 9E. RGB value is (148,255,158). Sum of RGB (Red+Green+Blue) = 148+255+158=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FF9E is #6B0061. Grayscale: #D4D4D4. Windows color (decimal): -7012450 or 10420116. OLE color: 10420116.

HSL color Cylindrical-coordinate representation of color #94FF9E: hue angle of 125.61º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FF9E is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB148255158-
CMYK0.4200.380
HSL125.61º100%79.02%-
HSV(B)125.61º41.96%100%-
XYZ54.1480.2844.99-
YUV211.9597.5582.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.38%
GREEN value IS 255 (100% from 255) = 45.45%
BLUE value IS 158 (62.11% from 255) = 28.16%
R=26.38%
G=45.45%
B=28.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1482551580.4200.380125.6110079.02
Hex94FF9E2A02607e644f
Octal224377236520460176144117
Binary10010100111111111001111010101001001100111111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ff9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,255,158); }

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

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

 a { background-color: rgb(148,255,158); }

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

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

 span { border-color: rgb(148,255,158); }

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