#ACFF85

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

Shades of Mint Green #ACFF85

Tints of Mint Green #ACFF85

Color information

#ACFF85 (or 0xACFF85) is unknown color: approx Mint Green. HEX triplet: AC, FF and 85. RGB value is (172,255,133). Sum of RGB (Red+Green+Blue) = 172+255+133=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFF85 is #53007A. Grayscale: #D8D8D8. Windows color (decimal): -5439611 or 8781740. OLE color: 8781740.

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

Color convert

RGB172255133-
CMYK0.3300.480
HSL100.82º100%76.08%-
HSV(B)100.82º47.84%100%-
XYZ57.0181.9835.01-
YUV216.288196.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 255 (100% from 255) = 45.54%
BLUE value IS 133 (52.34% from 255) = 23.75%
R=30.71%
G=45.54%
B=23.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722551330.3300.480100.8210076.08
HexACFF8521030065644c
Octal254377205410600145144114
Binary10101100111111111000010110000101100000110010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFF85; }

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

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

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

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

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

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

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

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