#96FF84

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

Shades of Mint Green #96FF84

Tints of Mint Green #96FF84

Color information

#96FF84 (or 0x96FF84) is unknown color: approx Mint Green. HEX triplet: 96, FF and 84. RGB value is (150,255,132). Sum of RGB (Red+Green+Blue) = 150+255+132=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FF84 is #69007B. Grayscale: #D1D1D1. Windows color (decimal): -6881404 or 8716182. OLE color: 8716182.

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

Color convert

RGB150255132-
CMYK0.4100.480
HSL111.22º100%75.88%-
HSV(B)111.22º48.24%100%-
XYZ52.579.6734.44-
YUV209.5884.2185.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.93%
GREEN value IS 255 (100% from 255) = 47.49%
BLUE value IS 132 (51.95% from 255) = 24.58%
R=27.93%
G=47.49%
B=24.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502551320.4100.480111.2210075.88
Hex96FF842903006f644c
Octal226377204510600157144114
Binary10010110111111111000010010100101100000110111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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