#96FDA1

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

Shades of Mint Green #96FDA1

Tints of Mint Green #96FDA1

Color information

#96FDA1 (or 0x96FDA1) is unknown color: approx Mint Green. HEX triplet: 96, FD and A1. RGB value is (150,253,161). Sum of RGB (Red+Green+Blue) = 150+253+161=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FDA1 is #69025E. Grayscale: #D3D3D3. Windows color (decimal): -6881887 or 10616214. OLE color: 10616214.

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

Color convert

RGB150253161-
CMYK0.4100.360.01
HSL126.41º96.26%79.02%-
HSV(B)126.41º40.71%99.22%-
XYZ54.1479.3146.17-
YUV211.7199.3883.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.60%
GREEN value IS 253 (99.22% from 255) = 44.86%
BLUE value IS 161 (63.28% from 255) = 28.55%
R=26.60%
G=44.86%
B=28.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502531610.4100.360.01126.4196.2679.02
Hex96FDA12902417e604f
Octal226375241510441176140117
Binary10010110111111011010000110100101001001111111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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