#96FD91

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

Shades of Mint Green #96FD91

Tints of Mint Green #96FD91

Color information

#96FD91 (or 0x96FD91) is unknown color: approx Mint Green. HEX triplet: 96, FD and 91. RGB value is (150,253,145). Sum of RGB (Red+Green+Blue) = 150+253+145=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #96FD91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FD91 is #69026E. Grayscale: #D2D2D2. Windows color (decimal): -6881903 or 9567638. OLE color: 9567638.

HSL color Cylindrical-coordinate representation of color #96FD91: hue angle of 117.22º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96FD91 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB150253145-
CMYK0.4100.430.01
HSL117.22º96.43%78.04%-
HSV(B)117.22º42.69%99.22%-
XYZ52.8178.7839.21-
YUV209.8991.3885.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.37%
GREEN value IS 253 (99.22% from 255) = 46.17%
BLUE value IS 145 (57.03% from 255) = 26.46%
R=27.37%
G=46.17%
B=26.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502531450.4100.430.01117.2296.4378.04
Hex96FD912902B175604e
Octal226375221510531165140116
Binary10010110111111011001000110100101010111111010111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,253,145); }

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

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

 a { background-color: rgb(150,253,145); }

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

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

 span { border-color: rgb(150,253,145); }

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