#8AFF8E

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

Shades of Mint Green #8AFF8E

Tints of Mint Green #8AFF8E

Color information

#8AFF8E (or 0x8AFF8E) is unknown color: approx Mint Green. HEX triplet: 8A, FF and 8E. RGB value is (138,255,142). Sum of RGB (Red+Green+Blue) = 138+255+142=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFF8E is #750071. Grayscale: #CFCFCF. Windows color (decimal): -7667826 or 9371530. OLE color: 9371530.

HSL color Cylindrical-coordinate representation of color #8AFF8E: hue angle of 122.05º 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 #8AFF8E is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB138255142-
CMYK0.4600.440
HSL122.05º100%77.06%-
HSV(B)122.05º45.88%100%-
XYZ51.1278.8838.12-
YUV207.1491.2478.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.79%
GREEN value IS 255 (100% from 255) = 47.66%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=25.79%
G=47.66%
B=26.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382551420.4600.440122.0510077.06
Hex8AFF8E2E02C07a644d
Octal212377216560540172144115
Binary10001010111111111000111010111001011000111101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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