#8AFE94

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

Shades of Mint Green #8AFE94

Tints of Mint Green #8AFE94

Color information

#8AFE94 (or 0x8AFE94) is unknown color: approx Mint Green. HEX triplet: 8A, FE and 94. RGB value is (138,254,148). Sum of RGB (Red+Green+Blue) = 138+254+148=540 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.56% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFE94 is #75016B. Grayscale: #CFCFCF. Windows color (decimal): -7668076 or 9764490. OLE color: 9764490.

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

Color convert

RGB138254148-
CMYK0.4600.420.00
HSL125.17º98.31%76.86%-
HSV(B)125.17º45.67%99.61%-
XYZ51.2778.4340.45-
YUV207.2394.5778.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.56%
GREEN value IS 254 (99.61% from 255) = 47.04%
BLUE value IS 148 (58.20% from 255) = 27.41%
R=25.56%
G=47.04%
B=27.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1382541480.4600.420.00125.1798.3176.86
Hex8AFE942E02A07d624d
Octal212376224560520175142115
Binary10001010111111101001010010111001010100111110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,254,148); }

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

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

 a { background-color: rgb(138,254,148); }

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

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

 span { border-color: rgb(138,254,148); }

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