#7CFFA0

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

Shades of Mint Green #7CFFA0

Tints of Mint Green #7CFFA0

Color information

#7CFFA0 (or 0x7CFFA0) is unknown color: approx Mint Green. HEX triplet: 7C, FF and A0. RGB value is (124,255,160). Sum of RGB (Red+Green+Blue) = 124+255+160=539 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.01% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFFA0 is #83005F. Grayscale: #CDCDCD. Windows color (decimal): -8585312 or 10551164. OLE color: 10551164.

HSL color Cylindrical-coordinate representation of color #7CFFA0: hue angle of 136.49º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFFA0 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB124255160-
CMYK0.5100.370
HSL136.49º100%74.31%-
HSV(B)136.49º51.37%100%-
XYZ50.4278.3445.72-
YUV205102.670.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.01%
GREEN value IS 255 (100% from 255) = 47.31%
BLUE value IS 160 (62.89% from 255) = 29.68%
R=23.01%
G=47.31%
B=29.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1242551600.5100.370136.4910074.31
Hex7CFFA033025088644a
Octal174377240630450210144112
Binary11111001111111110100000110011010010101000100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CFFA0; }

 p { color: rgb(124,255,160); }

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

<style>
 a { background-color: #7CFFA0; }

 a { background-color: rgb(124,255,160); }

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

<style>
 span { border-color: #7CFFA0; }

 span { border-color: rgb(124,255,160); }

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