#8CFF96

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

Shades of Mint Green #8CFF96

Tints of Mint Green #8CFF96

Color information

#8CFF96 (or 0x8CFF96) is unknown color: approx Mint Green. HEX triplet: 8C, FF and 96. RGB value is (140,255,150). Sum of RGB (Red+Green+Blue) = 140+255+150=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFF96 is #730069. Grayscale: #D0D0D0. Windows color (decimal): -7536746 or 9895820. OLE color: 9895820.

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

Color convert

RGB140255150-
CMYK0.4500.410
HSL125.22º100%77.45%-
HSV(B)125.22º45.1%100%-
XYZ52.0879.341.42-
YUV208.6494.979.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.69%
GREEN value IS 255 (100% from 255) = 46.79%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=25.69%
G=46.79%
B=27.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402551500.4500.410125.2210077.45
Hex8CFF962D02907d644d
Octal214377226550510175144115
Binary10001100111111111001011010110101010010111110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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