#9BFEB9

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

Shades of Magic Mint #9BFEB9

Tints of Magic Mint #9BFEB9

Color information

#9BFEB9 (or 0x9BFEB9) is unknown color: approx Magic Mint. HEX triplet: 9B, FE and B9. RGB value is (155,254,185). Sum of RGB (Red+Green+Blue) = 155+254+185=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFEB9 is #640146. Grayscale: #D8D8D8. Windows color (decimal): -6553927 or 12189339. OLE color: 12189339.

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

Color convert

RGB155254185-
CMYK0.3900.270.00
HSL138.18º98.02%80.2%-
HSV(B)138.18º38.98%99.61%-
XYZ57.7281.3558.56-
YUV216.53110.284.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.09%
GREEN value IS 254 (99.61% from 255) = 42.76%
BLUE value IS 185 (72.66% from 255) = 31.14%
R=26.09%
G=42.76%
B=31.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1552541850.3900.270.00138.1898.0280.2
Hex9BFEB92701B08a6250
Octal233376271470330212142120
Binary10011011111111101011100110011101101101000101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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