#ACFF86

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

Shades of Mint Green #ACFF86

Tints of Mint Green #ACFF86

Color information

#ACFF86 (or 0xACFF86) is unknown color: approx Mint Green. HEX triplet: AC, FF and 86. RGB value is (172,255,134). Sum of RGB (Red+Green+Blue) = 172+255+134=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 134 (52.73% from 255 or 23.89% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFF86 is #530079. Grayscale: #D8D8D8. Windows color (decimal): -5439610 or 8847276. OLE color: 8847276.

HSL color Cylindrical-coordinate representation of color #ACFF86: hue angle of 101.16º 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 #ACFF86 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB172255134-
CMYK0.3300.470
HSL101.16º100%76.27%-
HSV(B)101.16º47.45%100%-
XYZ57.0882.0135.38-
YUV216.3981.596.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 255 (100% from 255) = 45.45%
BLUE value IS 134 (52.73% from 255) = 23.89%
R=30.66%
G=45.45%
B=23.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722551340.3300.470101.1610076.27
HexACFF862102F065644c
Octal254377206410570145144114
Binary10101100111111111000011010000101011110110010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFF86; }

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

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

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

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

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

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

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

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