#ACFE85

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

Shades of Mint Green #ACFE85

Tints of Mint Green #ACFE85

Color information

#ACFE85 (or 0xACFE85) is unknown color: approx Mint Green. HEX triplet: AC, FE and 85. RGB value is (172,254,133). Sum of RGB (Red+Green+Blue) = 172+254+133=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFE85 is #53017A. Grayscale: #D8D8D8. Windows color (decimal): -5439867 or 8781484. OLE color: 8781484.

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

Color convert

RGB172254133-
CMYK0.3200.480.00
HSL100.66º98.37%75.88%-
HSV(B)100.66º47.64%99.61%-
XYZ56.6981.3534.9-
YUV215.6981.3396.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 254 (99.61% from 255) = 45.44%
BLUE value IS 133 (52.34% from 255) = 23.79%
R=30.77%
G=45.44%
B=23.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722541330.3200.480.00100.6698.3775.88
HexACFE8520030065624c
Octal254376205400600145142114
Binary10101100111111101000010110000001100000110010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFE85; }

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

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

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

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

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

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

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

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