#a5ff86

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

Shades of Mint Green #A5FF86

Tints of Mint Green #A5FF86

Color information

#A5FF86 (or 0xA5FF86) is unknown color: approx Mint Green. HEX triplet: A5, FF and 86. RGB value is (165,255,134). Sum of RGB (Red+Green+Blue) = 165+255+134=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FF86 is #5A0079. Grayscale: #D6D6D6. Windows color (decimal): -5898362 or 8847269. OLE color: 8847269.

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

Color convert

RGB165255134-
CMYK0.3500.470
HSL104.63º100%76.27%-
HSV(B)104.63º47.45%100%-
XYZ55.5881.2435.31-
YUV214.382.6892.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.78%
GREEN value IS 255 (100% from 255) = 46.03%
BLUE value IS 134 (52.73% from 255) = 24.19%
R=29.78%
G=46.03%
B=24.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652551340.3500.470104.6310076.27
HexA5FF862302F069644c
Octal245377206430570151144114
Binary10100101111111111000011010001101011110110100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5ff86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5ff86; }

 p { color: rgb(165,255,134); }

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

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

 a { background-color: rgb(165,255,134); }

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

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

 span { border-color: rgb(165,255,134); }

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