#94FE8B

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

Shades of Mint Green #94FE8B

Tints of Mint Green #94FE8B

Color information

#94FE8B (or 0x94FE8B) is unknown color: approx Mint Green. HEX triplet: 94, FE and 8B. RGB value is (148,254,139). Sum of RGB (Red+Green+Blue) = 148+254+139=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FE8B is #6B0174. Grayscale: #D1D1D1. Windows color (decimal): -7012725 or 9174676. OLE color: 9174676.

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

Color convert

RGB148254139-
CMYK0.4200.450.00
HSL115.3º98.29%77.06%-
HSV(B)115.3º45.28%99.61%-
XYZ52.3179.0436.93-
YUV209.288.3884.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.36%
GREEN value IS 254 (99.61% from 255) = 46.95%
BLUE value IS 139 (54.69% from 255) = 25.69%
R=27.36%
G=46.95%
B=25.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1482541390.4200.450.00115.398.2977.06
Hex94FE8B2A02D073624d
Octal224376213520550163142115
Binary10010100111111101000101110101001011010111001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,254,139); }

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

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

 a { background-color: rgb(148,254,139); }

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

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

 span { border-color: rgb(148,254,139); }

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