#8CFFA8

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

Shades of Mint Green #8CFFA8

Tints of Mint Green #8CFFA8

Color information

#8CFFA8 (or 0x8CFFA8) is unknown color: approx Mint Green. HEX triplet: 8C, FF and A8. RGB value is (140,255,168). Sum of RGB (Red+Green+Blue) = 140+255+168=563 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.87% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFFA8 is #730057. Grayscale: #D2D2D2. Windows color (decimal): -7536728 or 11075468. OLE color: 11075468.

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

Color convert

RGB140255168-
CMYK0.4500.340
HSL134.61º100%77.45%-
HSV(B)134.61º45.1%100%-
XYZ53.6479.9249.65-
YUV210.7103.977.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.87%
GREEN value IS 255 (100% from 255) = 45.29%
BLUE value IS 168 (66.02% from 255) = 29.84%
R=24.87%
G=45.29%
B=29.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402551680.4500.340134.6110077.45
Hex8CFFA82D022087644d
Octal214377250550420207144115
Binary100011001111111110101000101101010001001000011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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