#9CFAB9

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

Shades of Magic Mint #9CFAB9

Tints of Magic Mint #9CFAB9

Color information

#9CFAB9 (or 0x9CFAB9) is unknown color: approx Magic Mint. HEX triplet: 9C, FA and B9. RGB value is (156,250,185). Sum of RGB (Red+Green+Blue) = 156+250+185=591 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.40% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFAB9 is #630546. Grayscale: #D6D6D6. Windows color (decimal): -6489415 or 12188316. OLE color: 12188316.

HSL color Cylindrical-coordinate representation of color #9CFAB9: hue angle of 138.51º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFAB9 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB156250185-
CMYK0.3800.260.02
HSL138.51º90.38%79.61%-
HSV(B)138.51º37.6%98.04%-
XYZ56.6578.9458.15-
YUV214.48111.3686.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.40%
GREEN value IS 250 (98.05% from 255) = 42.30%
BLUE value IS 185 (72.66% from 255) = 31.30%
R=26.40%
G=42.30%
B=31.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562501850.3800.260.02138.5190.3879.61
Hex9CFAB92601A28b5a50
Octal234372271460322213132120
Binary100111001111101010111001100110011010101000101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,250,185); }

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

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

 a { background-color: rgb(156,250,185); }

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

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

 span { border-color: rgb(156,250,185); }

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