#9CFFA0

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

Shades of Mint Green #9CFFA0

Tints of Mint Green #9CFFA0

Color information

#9CFFA0 (or 0x9CFFA0) is unknown color: approx Mint Green. HEX triplet: 9C, FF and A0. RGB value is (156,255,160). Sum of RGB (Red+Green+Blue) = 156+255+160=571 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.32% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFFA0 is #63005F. Grayscale: #D6D6D6. Windows color (decimal): -6488160 or 10551196. OLE color: 10551196.

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

Color convert

RGB156255160-
CMYK0.3900.370
HSL122.42º100%80.59%-
HSV(B)122.42º38.82%100%-
XYZ55.8281.1345.97-
YUV214.5797.286.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.32%
GREEN value IS 255 (100% from 255) = 44.66%
BLUE value IS 160 (62.89% from 255) = 28.02%
R=27.32%
G=44.66%
B=28.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562551600.3900.370122.4210080.59
Hex9CFFA02702507a6451
Octal234377240470450172144121
Binary10011100111111111010000010011101001010111101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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