#8AFE95

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

Shades of Mint Green #8AFE95

Tints of Mint Green #8AFE95

Color information

#8AFE95 (or 0x8AFE95) is unknown color: approx Mint Green. HEX triplet: 8A, FE and 95. RGB value is (138,254,149). Sum of RGB (Red+Green+Blue) = 138+254+149=541 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.51% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFE95 is #75016A. Grayscale: #CFCFCF. Windows color (decimal): -7668075 or 9830026. OLE color: 9830026.

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

Color convert

RGB138254149-
CMYK0.4600.410.00
HSL125.69º98.31%76.86%-
HSV(B)125.69º45.67%99.61%-
XYZ51.3578.4640.87-
YUV207.3595.0778.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.51%
GREEN value IS 254 (99.61% from 255) = 46.95%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=25.51%
G=46.95%
B=27.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1382541490.4600.410.00125.6998.3176.86
Hex8AFE952E02907e624d
Octal212376225560510176142115
Binary10001010111111101001010110111001010010111111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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