Html Css Color HEX #ACFFD9 Magic Mint

📋 copy color: '#ACFFD9'

red 172 ◦ green 255 ◦ blue 217

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

Shades of Magic Mint #ACFFD9

Tints of Magic Mint #ACFFD9

RGB

 RED value IS 172 (67.58% from 255) = 26.71%

 GREEN value IS 255 (100% from 255) = 39.6%

 BLUE value IS 217 (85.16% from 255) = 33.7%

R = 26.71%
G = 39.6%
B = 33.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#ACFFD9 (or 0xACFFD9) is known color: Magic Mint. HEX triplet: AC, FF and D9. RGB value is (172,255,217). Sum of RGB (Red+Green+Blue) = 172+255+217=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFD9 is #530026. Grayscale: #E1E1E1. Windows color (decimal): -5439527 or 14286764. OLE color: 14286764.

HSL color Cylindrical-coordinate representation of color #ACFFD9: hue angle of 152.53º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFD9 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 217 -
CMYK 0.33 0 0.15 0
HSL 152.53º 1% 0.84% -
HSV(B) 152.53º 0.33% 1% -
XYZ 65.3 85.3 78.67 -
YUV 225.85 123 89.59 -
System Red Green Blue C M Y K H S L
Decimal 172 255 217 0.33 0 0.15 0 152.53 1 0.84
Hex AC FF D9 21 0 F 0 99 64 54
Octal 254 377 331 41 0 17 0 231 144 124
Binary 10101100 11111111 11011001 100001 0 1111 0 10011001 1100100 1010100

Color Harmonies of #ACFFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFD9

Black with #ACFFD9

Text Example


Text Example

White with #ACFFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFD9; }

 p { color: rgb(172,255,217); }

 H1.HeaderClassName
 {
   color: #ACFFD9;
 }
 .AnyTagClassName
 {
   color: #ACFFD9;
 }
</style>

background-color css

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

 a { background-color: rgb(172,255,217); }

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

border-color css

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

 span { border-color: rgb(172,255,217); }

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