Html Css Color HEX #ACFF85 Mint Green

📋 copy color: '#ACFF85'

red 172 ◦ green 255 ◦ blue 133

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

Shades of Mint Green #ACFF85

Tints of Mint Green #ACFF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.75%

R = 30.71%
G = 45.54%
B = 23.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#ACFF85 (or 0xACFF85) is known color: Mint Green. HEX triplet: AC, FF and 85. RGB value is (172,255,133). Sum of RGB (Red+Green+Blue) = 172+255+133=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFF85 is #53007A. Grayscale: #D8D8D8. Windows color (decimal): -5439611 or 8781740. OLE color: 8781740.

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

Color convert

RGB 172 255 133 -
CMYK 0.33 0 0.48 0
HSL 100.82º 1% 0.76% -
HSV(B) 100.82º 0.48% 1% -
XYZ 57.01 81.98 35.01 -
YUV 216.28 81 96.42 -
System Red Green Blue C M Y K H S L
Decimal 172 255 133 0.33 0 0.48 0 100.82 1 0.76
Hex AC FF 85 21 0 30 0 65 64 4C
Octal 254 377 205 41 0 60 0 145 144 114
Binary 10101100 11111111 10000101 100001 0 110000 0 1100101 1100100 1001100

Color Harmonies of #ACFF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF85

Black with #ACFF85

Text Example


Text Example

White with #ACFF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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