#96FD8D

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

Shades of Mint Green #96FD8D

Tints of Mint Green #96FD8D

Color information

#96FD8D (or 0x96FD8D) is unknown color: approx Mint Green. HEX triplet: 96, FD and 8D. RGB value is (150,253,141). Sum of RGB (Red+Green+Blue) = 150+253+141=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #96FD8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FD8D is #690272. Grayscale: #D1D1D1. Windows color (decimal): -6881907 or 9305494. OLE color: 9305494.

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

Color convert

RGB150253141-
CMYK0.4100.440.01
HSL115.18º96.55%77.25%-
HSV(B)115.18º44.27%99.22%-
XYZ52.5178.6637.61-
YUV209.4489.3885.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.57%
GREEN value IS 253 (99.22% from 255) = 46.51%
BLUE value IS 141 (55.47% from 255) = 25.92%
R=27.57%
G=46.51%
B=25.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502531410.4100.440.01115.1896.5577.25
Hex96FD8D2902C173614d
Octal226375215510541163141115
Binary10010110111111011000110110100101011001111001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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