#96FF94

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

Shades of Mint Green #96FF94

Tints of Mint Green #96FF94

Color information

#96FF94 (or 0x96FF94) is unknown color: approx Mint Green. HEX triplet: 96, FF and 94. RGB value is (150,255,148). Sum of RGB (Red+Green+Blue) = 150+255+148=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FF94 is #69006B. Grayscale: #D3D3D3. Windows color (decimal): -6881388 or 9764758. OLE color: 9764758.

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

Color convert

RGB150255148-
CMYK0.4100.420
HSL118.88º100%79.02%-
HSV(B)118.88º41.96%100%-
XYZ53.6880.1440.66-
YUV211.4192.2184.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.12%
GREEN value IS 255 (100% from 255) = 46.11%
BLUE value IS 148 (58.20% from 255) = 26.76%
R=27.12%
G=46.11%
B=26.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502551480.4100.420118.8810079.02
Hex96FF942902A077644f
Octal226377224510520167144117
Binary10010110111111111001010010100101010100111011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,255,148); }

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

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

 a { background-color: rgb(150,255,148); }

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

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

 span { border-color: rgb(150,255,148); }

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