Html Css Color HEX #96FF9B Mint Green

📋 copy color: '#96FF9B'

red 150 ◦ green 255 ◦ blue 155

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

Shades of Mint Green #96FF9B

Tints of Mint Green #96FF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.68%

R = 26.79%
G = 45.54%
B = 27.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#96FF9B (or 0x96FF9B) is known color: Mint Green. HEX triplet: 96, FF and 9B. RGB value is (150,255,155). Sum of RGB (Red+Green+Blue) = 150+255+155=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FF9B is #690064. Grayscale: #D4D4D4. Windows color (decimal): -6881381 or 10223510. OLE color: 10223510.

HSL color Cylindrical-coordinate representation of color #96FF9B: hue angle of 122.86º 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 #96FF9B is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB 150 255 155 -
CMYK 0.41 0 0.39 0
HSL 122.86º 1% 0.79% -
HSV(B) 122.86º 0.41% 1% -
XYZ 54.25 80.37 43.66 -
YUV 212.21 95.71 83.63 -
System Red Green Blue C M Y K H S L
Decimal 150 255 155 0.41 0 0.39 0 122.86 1 0.79
Hex 96 FF 9B 29 0 27 0 7B 64 4F
Octal 226 377 233 51 0 47 0 173 144 117
Binary 10010110 11111111 10011011 101001 0 100111 0 1111011 1100100 1001111

Color Harmonies of #96FF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FF9B

Black with #96FF9B

Text Example


Text Example

White with #96FF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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