#ACFD94

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

Shades of Mint Green #ACFD94

Tints of Mint Green #ACFD94

Color information

#ACFD94 (or 0xACFD94) is unknown color: approx Mint Green. HEX triplet: AC, FD and 94. RGB value is (172,253,148). Sum of RGB (Red+Green+Blue) = 172+253+148=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 148 (58.20% from 255 or 25.83% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFD94 is #53026B. Grayscale: #D9D9D9. Windows color (decimal): -5440108 or 9764268. OLE color: 9764268.

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

Color convert

RGB172253148-
CMYK0.3200.420.01
HSL106.29º96.33%78.63%-
HSV(B)106.29º41.5%99.22%-
XYZ57.4881.1640.65-
YUV216.8189.1696.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 253 (99.22% from 255) = 44.15%
BLUE value IS 148 (58.20% from 255) = 25.83%
R=30.02%
G=44.15%
B=25.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722531480.3200.420.01106.2996.3378.63
HexACFD942002A16a604f
Octal254375224400521152140117
Binary10101100111111011001010010000001010101110101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFD94; }

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

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

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

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

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

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

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

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