#ACFF96

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

Shades of Mint Green #ACFF96

Tints of Mint Green #ACFF96

Color information

#ACFF96 (or 0xACFF96) is unknown color: approx Mint Green. HEX triplet: AC, FF and 96. RGB value is (172,255,150). Sum of RGB (Red+Green+Blue) = 172+255+150=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFF96 is #530069. Grayscale: #DADADA. Windows color (decimal): -5439594 or 9895852. OLE color: 9895852.

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

Color convert

RGB172255150-
CMYK0.3300.410
HSL107.43º100%79.41%-
HSV(B)107.43º41.18%100%-
XYZ58.2882.4941.71-
YUV218.2189.595.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 255 (100% from 255) = 44.19%
BLUE value IS 150 (58.98% from 255) = 26.00%
R=29.81%
G=44.19%
B=26.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722551500.3300.410107.4310079.41
HexACFF962102906b644f
Octal254377226410510153144117
Binary10101100111111111001011010000101010010110101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFF96; }

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

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

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

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

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

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

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

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