#9EFFA0

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

Shades of Mint Green #9EFFA0

Tints of Mint Green #9EFFA0

Color information

#9EFFA0 (or 0x9EFFA0) is unknown color: approx Mint Green. HEX triplet: 9E, FF and A0. RGB value is (158,255,160). Sum of RGB (Red+Green+Blue) = 158+255+160=573 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.57% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFFA0 is #61005F. Grayscale: #D7D7D7. Windows color (decimal): -6357088 or 10551198. OLE color: 10551198.

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

Color convert

RGB158255160-
CMYK0.3800.370
HSL121.24º100%80.98%-
HSV(B)121.24º38.04%100%-
XYZ56.2181.3345.99-
YUV215.1796.8687.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.57%
GREEN value IS 255 (100% from 255) = 44.50%
BLUE value IS 160 (62.89% from 255) = 27.92%
R=27.57%
G=44.50%
B=27.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582551600.3800.370121.2410080.98
Hex9EFFA0260250796451
Octal236377240460450171144121
Binary10011110111111111010000010011001001010111100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,255,160); }

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

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

 a { background-color: rgb(158,255,160); }

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

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

 span { border-color: rgb(158,255,160); }

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