#96FEAE

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

Shades of Mint Green #96FEAE

Tints of Mint Green #96FEAE

Color information

#96FEAE (or 0x96FEAE) is unknown color: approx Mint Green. HEX triplet: 96, FE and AE. RGB value is (150,254,174). Sum of RGB (Red+Green+Blue) = 150+254+174=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FEAE is #690151. Grayscale: #D6D6D6. Windows color (decimal): -6881618 or 11468438. OLE color: 11468438.

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

Color convert

RGB150254174-
CMYK0.4100.310.00
HSL133.85º98.11%79.22%-
HSV(B)133.85º40.94%99.61%-
XYZ55.6680.4252.63-
YUV213.78105.5482.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.95%
GREEN value IS 254 (99.61% from 255) = 43.94%
BLUE value IS 174 (68.36% from 255) = 30.10%
R=25.95%
G=43.94%
B=30.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1502541740.4100.310.00133.8598.1179.22
Hex96FEAE2901F086624f
Octal226376256510370206142117
Binary10010110111111101010111010100101111101000011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96FEAE; }

 p { color: rgb(150,254,174); }

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

<style>
 a { background-color: #96FEAE; }

 a { background-color: rgb(150,254,174); }

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

<style>
 span { border-color: #96FEAE; }

 span { border-color: rgb(150,254,174); }

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