#ACFFAE

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

Shades of Mint Green #ACFFAE

Tints of Mint Green #ACFFAE

Color information

#ACFFAE (or 0xACFFAE) is unknown color: approx Mint Green. HEX triplet: AC, FF and AE. RGB value is (172,255,174). Sum of RGB (Red+Green+Blue) = 172+255+174=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFFAE is #530051. Grayscale: #DDDDDD. Windows color (decimal): -5439570 or 11468716. OLE color: 11468716.

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

Color convert

RGB172255174-
CMYK0.3300.320
HSL121.45º100%83.73%-
HSV(B)121.45º32.55%100%-
XYZ60.4183.3552.95-
YUV220.95101.593.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 174 (68.36% from 255) = 28.95%
R=28.62%
G=42.43%
B=28.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722551740.3300.320121.4510083.73
HexACFFAE210200796454
Octal254377256410400171144124
Binary10101100111111111010111010000101000000111100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFAE; }

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

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

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

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

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

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

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

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