#9BFFB9

Color #9BFFB9 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #9BFFB9

Tints of Magic Mint #9BFFB9

Color information

#9BFFB9 (or 0x9BFFB9) is unknown color: approx Magic Mint. HEX triplet: 9B, FF and B9. RGB value is (155,255,185). Sum of RGB (Red+Green+Blue) = 155+255+185=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFB9 is #640046. Grayscale: #D9D9D9. Windows color (decimal): -6553671 or 12189595. OLE color: 12189595.

HSL color Cylindrical-coordinate representation of color #9BFFB9: hue angle of 138º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFFB9 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB155255185-
CMYK0.3900.270
HSL138º100%80.39%-
HSV(B)138º39.22%100%-
XYZ58.0381.9958.67-
YUV217.12109.8783.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.05%
GREEN value IS 255 (100% from 255) = 42.86%
BLUE value IS 185 (72.66% from 255) = 31.09%
R=26.05%
G=42.86%
B=31.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552551850.3900.27013810080.39
Hex9BFFB92701B08a6450
Octal233377271470330212144120
Binary10011011111111111011100110011101101101000101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BFFB9; }

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

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

<style>
 a { background-color: #9BFFB9; }

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

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

<style>
 span { border-color: #9BFFB9; }

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

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