#96FF95

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

Shades of Mint Green #96FF95

Tints of Mint Green #96FF95

Color information

#96FF95 (or 0x96FF95) is unknown color: approx Mint Green. HEX triplet: 96, FF and 95. RGB value is (150,255,149). Sum of RGB (Red+Green+Blue) = 150+255+149=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FF95 is #69006A. Grayscale: #D3D3D3. Windows color (decimal): -6881387 or 9830294. OLE color: 9830294.

HSL color Cylindrical-coordinate representation of color #96FF95: hue angle of 119.43º 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 #96FF95 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB150255149-
CMYK0.4100.420
HSL119.43º100%79.22%-
HSV(B)119.43º41.57%100%-
XYZ53.7680.1741.08-
YUV211.5292.7184.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.08%
GREEN value IS 255 (100% from 255) = 46.03%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=27.08%
G=46.03%
B=26.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502551490.4100.420119.4310079.22
Hex96FF952902A077644f
Octal226377225510520167144117
Binary10010110111111111001010110100101010100111011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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