#8CFFA5

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

Shades of Mint Green #8CFFA5

Tints of Mint Green #8CFFA5

Color information

#8CFFA5 (or 0x8CFFA5) is unknown color: approx Mint Green. HEX triplet: 8C, FF and A5. RGB value is (140,255,165). Sum of RGB (Red+Green+Blue) = 140+255+165=560 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFFA5 is #73005A. Grayscale: #D2D2D2. Windows color (decimal): -7536731 or 10878860. OLE color: 10878860.

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

Color convert

RGB140255165-
CMYK0.4500.350
HSL133.04º100%77.45%-
HSV(B)133.04º45.1%100%-
XYZ53.3779.8148.19-
YUV210.36102.477.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25%
GREEN value IS 255 (100% from 255) = 45.54%
BLUE value IS 165 (64.84% from 255) = 29.46%
R=25%
G=45.54%
B=29.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402551650.4500.350133.0410077.45
Hex8CFFA52D023085644d
Octal214377245550430205144115
Binary100011001111111110100101101101010001101000010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,255,165); }

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

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

 a { background-color: rgb(140,255,165); }

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

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

 span { border-color: rgb(140,255,165); }

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