#96FF98

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

Shades of Mint Green #96FF98

Tints of Mint Green #96FF98

Color information

#96FF98 (or 0x96FF98) is unknown color: approx Mint Green. HEX triplet: 96, FF and 98. RGB value is (150,255,152). Sum of RGB (Red+Green+Blue) = 150+255+152=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FF98 is #690067. Grayscale: #D4D4D4. Windows color (decimal): -6881384 or 10026902. OLE color: 10026902.

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

Color convert

RGB150255152-
CMYK0.4100.400
HSL121.14º100%79.41%-
HSV(B)121.14º41.18%100%-
XYZ54.0180.2742.35-
YUV211.8694.2183.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.93%
GREEN value IS 255 (100% from 255) = 45.78%
BLUE value IS 152 (59.77% from 255) = 27.29%
R=26.93%
G=45.78%
B=27.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502551520.4100.400121.1410079.41
Hex96FF9829028079644f
Octal226377230510500171144117
Binary10010110111111111001100010100101010000111100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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