#94FEAB

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

Shades of Mint Green #94FEAB

Tints of Mint Green #94FEAB

Color information

#94FEAB (or 0x94FEAB) is unknown color: approx Mint Green. HEX triplet: 94, FE and AB. RGB value is (148,254,171). Sum of RGB (Red+Green+Blue) = 148+254+171=573 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.83% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FEAB is #6B0154. Grayscale: #D5D5D5. Windows color (decimal): -7012693 or 11271828. OLE color: 11271828.

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

Color convert

RGB148254171-
CMYK0.4200.330.00
HSL133.02º98.15%78.82%-
HSV(B)133.02º41.73%99.61%-
XYZ55.0180.1251.09-
YUV212.84104.3881.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.83%
GREEN value IS 254 (99.61% from 255) = 44.33%
BLUE value IS 171 (67.19% from 255) = 29.84%
R=25.83%
G=44.33%
B=29.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1482541710.4200.330.00133.0298.1578.82
Hex94FEAB2A021085624f
Octal224376253520410205142117
Binary100101001111111010101011101010010000101000010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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