#9DFF80

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

Shades of Mint Green #9DFF80

Tints of Mint Green #9DFF80

Color information

#9DFF80 (or 0x9DFF80) is unknown color: approx Mint Green. HEX triplet: 9D, FF and 80. RGB value is (157,255,128). Sum of RGB (Red+Green+Blue) = 157+255+128=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFF80 is #62007F. Grayscale: #D3D3D3. Windows color (decimal): -6422656 or 8454045. OLE color: 8454045.

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

Color convert

RGB157255128-
CMYK0.3800.500
HSL106.3º100%75.1%-
HSV(B)106.3º49.8%100%-
XYZ53.5680.2533.09-
YUV211.2281.0389.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.07%
GREEN value IS 255 (100% from 255) = 47.22%
BLUE value IS 128 (50.39% from 255) = 23.70%
R=29.07%
G=47.22%
B=23.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572551280.3800.500106.310075.1
Hex9DFF802603206a644b
Octal235377200460620152144113
Binary10011101111111111000000010011001100100110101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,255,128); }

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

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

 a { background-color: rgb(157,255,128); }

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

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

 span { border-color: rgb(157,255,128); }

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