#9FFEBD

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

Shades of Magic Mint #9FFEBD

Tints of Magic Mint #9FFEBD

Color information

#9FFEBD (or 0x9FFEBD) is unknown color: approx Magic Mint. HEX triplet: 9F, FE and BD. RGB value is (159,254,189). Sum of RGB (Red+Green+Blue) = 159+254+189=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFEBD is #600142. Grayscale: #DADADA. Windows color (decimal): -6291779 or 12451487. OLE color: 12451487.

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

Color convert

RGB159254189-
CMYK0.3700.260.00
HSL138.95º97.94%80.98%-
HSV(B)138.95º37.4%99.61%-
XYZ58.9381.9360.85-
YUV218.18111.5385.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.41%
GREEN value IS 254 (99.61% from 255) = 42.19%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=26.41%
G=42.19%
B=31.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1592541890.3700.260.00138.9597.9480.98
Hex9FFEBD2501A08b6251
Octal237376275450320213142121
Binary10011111111111101011110110010101101001000101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,254,189); }

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

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

 a { background-color: rgb(159,254,189); }

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

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

 span { border-color: rgb(159,254,189); }

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