#A5FFB0

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

Shades of Mint Green #A5FFB0

Tints of Mint Green #A5FFB0

Color information

#A5FFB0 (or 0xA5FFB0) is unknown color: approx Mint Green. HEX triplet: A5, FF and B0. RGB value is (165,255,176). Sum of RGB (Red+Green+Blue) = 165+255+176=596 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.68% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FFB0 is #5A004F. Grayscale: #DBDBDB. Windows color (decimal): -5898320 or 11599781. OLE color: 11599781.

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

Color convert

RGB165255176-
CMYK0.3500.310
HSL127.33º100%82.35%-
HSV(B)127.33º35.29%100%-
XYZ59.1182.6553.91-
YUV219.08103.6889.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.68%
GREEN value IS 255 (100% from 255) = 42.79%
BLUE value IS 176 (69.14% from 255) = 29.53%
R=27.68%
G=42.79%
B=29.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652551760.3500.310127.3310082.35
HexA5FFB02301F07f6452
Octal245377260430370177144122
Binary1010010111111111101100001000110111110111111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FFB0; }

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

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

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

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

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

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

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

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