#A5FE85

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

Shades of Mint Green #A5FE85

Tints of Mint Green #A5FE85

Color information

#A5FE85 (or 0xA5FE85) is unknown color: approx Mint Green. HEX triplet: A5, FE and 85. RGB value is (165,254,133). Sum of RGB (Red+Green+Blue) = 165+254+133=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FE85 is #5A017A. Grayscale: #D5D5D5. Windows color (decimal): -5898619 or 8781477. OLE color: 8781477.

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

Color convert

RGB165254133-
CMYK0.3500.480.00
HSL104.13º98.37%75.88%-
HSV(B)104.13º47.64%99.61%-
XYZ55.1980.5834.83-
YUV213.682.5193.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.89%
GREEN value IS 254 (99.61% from 255) = 46.01%
BLUE value IS 133 (52.34% from 255) = 24.09%
R=29.89%
G=46.01%
B=24.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652541330.3500.480.00104.1398.3775.88
HexA5FE8523030068624c
Octal245376205430600150142114
Binary10100101111111101000010110001101100000110100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FE85; }

 p { color: rgb(165,254,133); }

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

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

 a { background-color: rgb(165,254,133); }

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

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

 span { border-color: rgb(165,254,133); }

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