#ACFD95

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

Shades of Mint Green #ACFD95

Tints of Mint Green #ACFD95

Color information

#ACFD95 (or 0xACFD95) is unknown color: approx Mint Green. HEX triplet: AC, FD and 95. RGB value is (172,253,149). Sum of RGB (Red+Green+Blue) = 172+253+149=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFD95 is #53026A. Grayscale: #D9D9D9. Windows color (decimal): -5440107 or 9829804. OLE color: 9829804.

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

Color convert

RGB172253149-
CMYK0.3200.410.01
HSL106.73º96.3%78.82%-
HSV(B)106.73º41.11%99.22%-
XYZ57.5681.1941.07-
YUV216.9289.6695.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 253 (99.22% from 255) = 44.08%
BLUE value IS 149 (58.59% from 255) = 25.96%
R=29.97%
G=44.08%
B=25.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722531490.3200.410.01106.7396.378.82
HexACFD952002916b604f
Octal254375225400511153140117
Binary10101100111111011001010110000001010011110101111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFD95; }

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

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

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

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

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

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

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

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