#94FEA4

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

Shades of Mint Green #94FEA4

Tints of Mint Green #94FEA4

Color information

#94FEA4 (or 0x94FEA4) is unknown color: approx Mint Green. HEX triplet: 94, FE and A4. RGB value is (148,254,164). Sum of RGB (Red+Green+Blue) = 148+254+164=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 164 (64.45% from 255 or 28.98% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FEA4 is #6B015B. Grayscale: #D4D4D4. Windows color (decimal): -7012700 or 10813076. OLE color: 10813076.

HSL color Cylindrical-coordinate representation of color #94FEA4: hue angle of 129.06º 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 #94FEA4 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB148254164-
CMYK0.4200.350.00
HSL129.06º98.15%78.82%-
HSV(B)129.06º41.73%99.61%-
XYZ54.3679.8647.67-
YUV212.05100.8882.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.15%
GREEN value IS 254 (99.61% from 255) = 44.88%
BLUE value IS 164 (64.45% from 255) = 28.98%
R=26.15%
G=44.88%
B=28.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1482541640.4200.350.00129.0698.1578.82
Hex94FEA42A023081624f
Octal224376244520430201142117
Binary100101001111111010100100101010010001101000000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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