Html Css Color HEX #96FF93 Mint Green

📋 copy color: '#96FF93'

red 150 ◦ green 255 ◦ blue 147

#96FF93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Green #96FF93

Tints of Mint Green #96FF93

RGB

 RED value IS 150 (58.98% from 255) = 27.17%

 GREEN value IS 255 (100% from 255) = 46.2%

 BLUE value IS 147 (57.81% from 255) = 26.63%

R = 27.17%
G = 46.2%
B = 26.63%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#96FF93 (or 0x96FF93) is known color: Mint Green. HEX triplet: 96, FF and 93. RGB value is (150,255,147). Sum of RGB (Red+Green+Blue) = 150+255+147=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FF93 is #69006C. Grayscale: #D3D3D3. Windows color (decimal): -6881389 or 9699222. OLE color: 9699222.

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

Color convert

RGB 150 255 147 -
CMYK 0.41 0 0.42 0
HSL 118.33º 1% 0.79% -
HSV(B) 118.33º 0.42% 1% -
XYZ 53.6 80.11 40.24 -
YUV 211.29 91.71 84.28 -
System Red Green Blue C M Y K H S L
Decimal 150 255 147 0.41 0 0.42 0 118.33 1 0.79
Hex 96 FF 93 29 0 2A 0 76 64 4F
Octal 226 377 223 51 0 52 0 166 144 117
Binary 10010110 11111111 10010011 101001 0 101010 0 1110110 1100100 1001111

Color Harmonies of #96FF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FF93

Black with #96FF93

Text Example


Text Example

White with #96FF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96FF93;
 }
 .AnyTagClassName
 {
   color: #96FF93;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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