#9DFEAF

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

Shades of Mint Green #9DFEAF

Tints of Mint Green #9DFEAF

Color information

#9DFEAF (or 0x9DFEAF) is unknown color: approx Mint Green. HEX triplet: 9D, FE and AF. RGB value is (157,254,175). Sum of RGB (Red+Green+Blue) = 157+254+175=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFEAF is #620150. Grayscale: #D8D8D8. Windows color (decimal): -6422865 or 11533981. OLE color: 11533981.

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

Color convert

RGB157254175-
CMYK0.3800.310.00
HSL131.13º97.98%80.59%-
HSV(B)131.13º38.19%99.61%-
XYZ57.0881.1553.21-
YUV215.99104.8685.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.79%
GREEN value IS 254 (99.61% from 255) = 43.34%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=26.79%
G=43.34%
B=29.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572541750.3800.310.00131.1397.9880.59
Hex9DFEAF2601F0836251
Octal235376257460370203142121
Binary10011101111111101010111110011001111101000001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,254,175); }

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

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

 a { background-color: rgb(157,254,175); }

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

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

 span { border-color: rgb(157,254,175); }

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