#A0FF78

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

Shades of Mint Green #A0FF78

Tints of Mint Green #A0FF78

Color information

#A0FF78 (or 0xA0FF78) is unknown color: approx Mint Green. HEX triplet: A0, FF and 78. RGB value is (160,255,120). Sum of RGB (Red+Green+Blue) = 160+255+120=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF78 is #5F0087. Grayscale: #D3D3D3. Windows color (decimal): -6226056 or 7929760. OLE color: 7929760.

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

Color convert

RGB160255120-
CMYK0.3700.530
HSL102.22º100%73.53%-
HSV(B)102.22º52.94%100%-
XYZ53.6580.3530.45-
YUV211.276.5391.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.91%
GREEN value IS 255 (100% from 255) = 47.66%
BLUE value IS 120 (47.27% from 255) = 22.43%
R=29.91%
G=47.66%
B=22.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602551200.3700.530102.2210073.53
HexA0FF7825035066644a
Octal240377170450650146144112
Binary1010000011111111111100010010101101010110011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FF78; }

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

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

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

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

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

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

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

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