#A5FF96

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

Shades of Mint Green #A5FF96

Tints of Mint Green #A5FF96

Color information

#A5FF96 (or 0xA5FF96) is unknown color: approx Mint Green. HEX triplet: A5, FF and 96. RGB value is (165,255,150). Sum of RGB (Red+Green+Blue) = 165+255+150=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FF96 is #5A0069. Grayscale: #D8D8D8. Windows color (decimal): -5898346 or 9895845. OLE color: 9895845.

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

Color convert

RGB165255150-
CMYK0.3500.410
HSL111.43º100%79.41%-
HSV(B)111.43º41.18%100%-
XYZ56.7881.7241.64-
YUV216.1290.6891.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.95%
GREEN value IS 255 (100% from 255) = 44.74%
BLUE value IS 150 (58.98% from 255) = 26.32%
R=28.95%
G=44.74%
B=26.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652551500.3500.410111.4310079.41
HexA5FF962302906f644f
Octal245377226430510157144117
Binary10100101111111111001011010001101010010110111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FF96; }

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

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

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

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

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

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

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

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