#A0FE9E

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

Shades of Mint Green #A0FE9E

Tints of Mint Green #A0FE9E

Color information

#A0FE9E (or 0xA0FE9E) is unknown color: approx Mint Green. HEX triplet: A0, FE and 9E. RGB value is (160,254,158). Sum of RGB (Red+Green+Blue) = 160+254+158=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FE9E is #5F0161. Grayscale: #D7D7D7. Windows color (decimal): -6226274 or 10419872. OLE color: 10419872.

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

Color convert

RGB160254158-
CMYK0.3700.380.00
HSL118.75º97.96%80.78%-
HSV(B)118.75º37.8%99.61%-
XYZ56.1180.8344.99-
YUV214.9595.8688.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.97%
GREEN value IS 254 (99.61% from 255) = 44.41%
BLUE value IS 158 (62.11% from 255) = 27.62%
R=27.97%
G=44.41%
B=27.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602541580.3700.380.00118.7597.9680.78
HexA0FE9E250260776251
Octal240376236450460167142121
Binary10100000111111101001111010010101001100111011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FE9E; }

 p { color: rgb(160,254,158); }

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

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

 a { background-color: rgb(160,254,158); }

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

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

 span { border-color: rgb(160,254,158); }

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