#94FEAD

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

Shades of Mint Green #94FEAD

Tints of Mint Green #94FEAD

Color information

#94FEAD (or 0x94FEAD) is unknown color: approx Mint Green. HEX triplet: 94, FE and AD. RGB value is (148,254,173). Sum of RGB (Red+Green+Blue) = 148+254+173=575 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.74% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FEAD is #6B0152. Grayscale: #D5D5D5. Windows color (decimal): -7012691 or 11402900. OLE color: 11402900.

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

Color convert

RGB148254173-
CMYK0.4200.320.00
HSL134.15º98.15%78.82%-
HSV(B)134.15º41.73%99.61%-
XYZ55.280.252.11-
YUV213.07105.3881.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.74%
GREEN value IS 254 (99.61% from 255) = 44.17%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=25.74%
G=44.17%
B=30.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1482541730.4200.320.00134.1598.1578.82
Hex94FEAD2A020086624f
Octal224376255520400206142117
Binary100101001111111010101101101010010000001000011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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