#94FDAF

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

Shades of Mint Green #94FDAF

Tints of Mint Green #94FDAF

Color information

#94FDAF (or 0x94FDAF) is unknown color: approx Mint Green. HEX triplet: 94, FD and AF. RGB value is (148,253,175). Sum of RGB (Red+Green+Blue) = 148+253+175=576 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.69% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FDAF is #6B0250. Grayscale: #D4D4D4. Windows color (decimal): -7012945 or 11533716. OLE color: 11533716.

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

Color convert

RGB148253175-
CMYK0.4200.310.01
HSL135.43º96.33%78.63%-
HSV(B)135.43º41.5%99.22%-
XYZ55.0879.6453.03-
YUV212.71106.7181.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.69%
GREEN value IS 253 (99.22% from 255) = 43.92%
BLUE value IS 175 (68.75% from 255) = 30.38%
R=25.69%
G=43.92%
B=30.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482531750.4200.310.01135.4396.3378.63
Hex94FDAF2A01F187604f
Octal224375257520371207140117
Binary10010100111111011010111110101001111111000011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,253,175); }

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

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

 a { background-color: rgb(148,253,175); }

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

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

 span { border-color: rgb(148,253,175); }

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