#8CFEA0

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

Shades of Mint Green #8CFEA0

Tints of Mint Green #8CFEA0

Color information

#8CFEA0 (or 0x8CFEA0) is unknown color: approx Mint Green. HEX triplet: 8C, FE and A0. RGB value is (140,254,160). Sum of RGB (Red+Green+Blue) = 140+254+160=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFEA0 is #73015F. Grayscale: #D1D1D1. Windows color (decimal): -7536992 or 10550924. OLE color: 10550924.

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

Color convert

RGB140254160-
CMYK0.4500.370.00
HSL130.53º98.28%77.25%-
HSV(B)130.53º44.88%99.61%-
XYZ52.67945.73-
YUV209.2100.2378.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.27%
GREEN value IS 254 (99.61% from 255) = 45.85%
BLUE value IS 160 (62.89% from 255) = 28.88%
R=25.27%
G=45.85%
B=28.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1402541600.4500.370.00130.5398.2877.25
Hex8CFEA02D025083624d
Octal214376240550450203142115
Binary100011001111111010100000101101010010101000001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,254,160); }

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

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

 a { background-color: rgb(140,254,160); }

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

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

 span { border-color: rgb(140,254,160); }

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