Html Css Color HEX #ACFE85 Mint Green

📋 copy color: '#ACFE85'

red 172 ◦ green 254 ◦ blue 133

#ACFE85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Green #ACFE85

Tints of Mint Green #ACFE85

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 value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#ACFE85 (or 0xACFE85) is known color: 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

RGB 172 254 133 -
CMYK 0.32 0 0.48 0.00
HSL 100.66º 0.98% 0.76% -
HSV(B) 100.66º 0.48% 1% -
XYZ 56.69 81.35 34.9 -
YUV 215.69 81.33 96.84 -
System Red Green Blue C M Y K H S L
Decimal 172 254 133 0.32 0 0.48 0.00 100.66 0.98 0.76
Hex AC FE 85 20 0 30 0 65 62 4C
Octal 254 376 205 40 0 60 0 145 142 114
Binary 10101100 11111110 10000101 100000 0 110000 0 1100101 1100010 1001100

Color Harmonies of #ACFE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE85

Black with #ACFE85

Text Example


Text Example

White with #ACFE85

Text Example


Text Example

HTML Codes & Css Web 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>