#8AFF9D

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

Shades of Mint Green #8AFF9D

Tints of Mint Green #8AFF9D

Color information

#8AFF9D (or 0x8AFF9D) is unknown color: approx Mint Green. HEX triplet: 8A, FF and 9D. RGB value is (138,255,157). Sum of RGB (Red+Green+Blue) = 138+255+157=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFF9D is #750062. Grayscale: #D1D1D1. Windows color (decimal): -7667811 or 10354570. OLE color: 10354570.

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

Color convert

RGB138255157-
CMYK0.4600.380
HSL129.74º100%77.06%-
HSV(B)129.74º45.88%100%-
XYZ52.3379.3644.46-
YUV208.8498.7477.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.09%
GREEN value IS 255 (100% from 255) = 46.36%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=25.09%
G=46.36%
B=28.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382551570.4600.380129.7410077.06
Hex8AFF9D2E026082644d
Octal212377235560460202144115
Binary100010101111111110011101101110010011001000001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AFF9D; }

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

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

<style>
 a { background-color: #8AFF9D; }

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

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

<style>
 span { border-color: #8AFF9D; }

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

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