#ACFE94

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

Shades of Mint Green #ACFE94

Tints of Mint Green #ACFE94

Color information

#ACFE94 (or 0xACFE94) is unknown color: approx Mint Green. HEX triplet: AC, FE and 94. RGB value is (172,254,148). Sum of RGB (Red+Green+Blue) = 172+254+148=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFE94 is #53016B. Grayscale: #D9D9D9. Windows color (decimal): -5439852 or 9764524. OLE color: 9764524.

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

Color convert

RGB172254148-
CMYK0.3200.420.00
HSL106.42º98.15%78.82%-
HSV(B)106.42º41.73%99.61%-
XYZ57.881.7940.76-
YUV217.488.8395.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 254 (99.61% from 255) = 44.25%
BLUE value IS 148 (58.20% from 255) = 25.78%
R=29.97%
G=44.25%
B=25.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722541480.3200.420.00106.4298.1578.82
HexACFE942002A06a624f
Octal254376224400520152142117
Binary10101100111111101001010010000001010100110101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFE94; }

 p { color: rgb(172,254,148); }

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

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

 a { background-color: rgb(172,254,148); }

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

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

 span { border-color: rgb(172,254,148); }

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