#A6FFB0

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

Shades of Mint Green #A6FFB0

Tints of Mint Green #A6FFB0

Color information

#A6FFB0 (or 0xA6FFB0) is unknown color: approx Mint Green. HEX triplet: A6, FF and B0. RGB value is (166,255,176). Sum of RGB (Red+Green+Blue) = 166+255+176=597 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.81% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6FFB0 is #59004F. Grayscale: #DBDBDB. Windows color (decimal): -5832784 or 11599782. OLE color: 11599782.

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

Color convert

RGB166255176-
CMYK0.3500.310
HSL126.74º100%82.55%-
HSV(B)126.74º34.9%100%-
XYZ59.3282.7653.92-
YUV219.38103.5189.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.81%
GREEN value IS 255 (100% from 255) = 42.71%
BLUE value IS 176 (69.14% from 255) = 29.48%
R=27.81%
G=42.71%
B=29.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662551760.3500.310126.7410082.55
HexA6FFB02301F07f6453
Octal246377260430370177144123
Binary1010011011111111101100001000110111110111111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FFB0; }

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

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

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

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

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

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

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

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