#9FF0D9

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

Shades of Magic Mint #9FF0D9

Tints of Magic Mint #9FF0D9

Color information

#9FF0D9 (or 0x9FF0D9) is unknown color: approx Magic Mint. HEX triplet: 9F, F0 and D9. RGB value is (159,240,217). Sum of RGB (Red+Green+Blue) = 159+240+217=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF0D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF0D9 is #600F26. Grayscale: #D5D5D5. Windows color (decimal): -6295335 or 14282911. OLE color: 14282911.

HSL color Cylindrical-coordinate representation of color #9FF0D9: hue angle of 162.96º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF0D9 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB159240217-
CMYK0.3400.100.06
HSL162.96º72.97%78.24%-
HSV(B)162.96º33.75%94.12%-
XYZ57.9874.777.01-
YUV213.16130.1689.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.81%
GREEN value IS 240 (94.14% from 255) = 38.96%
BLUE value IS 217 (85.16% from 255) = 35.23%
R=25.81%
G=38.96%
B=35.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592402170.3400.100.06162.9672.9778.24
Hex9FF0D9220A6a3494e
Octal237360331420126243111116
Binary100111111111000011011001100010010101101010001110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,240,217); }

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

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

 a { background-color: rgb(159,240,217); }

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

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

 span { border-color: rgb(159,240,217); }

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