#AFFFAC

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

Shades of Mint Green #AFFFAC

Tints of Mint Green #AFFFAC

Color information

#AFFFAC (or 0xAFFFAC) is unknown color: approx Mint Green. HEX triplet: AF, FF and AC. RGB value is (175,255,172). Sum of RGB (Red+Green+Blue) = 175+255+172=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFFAC is #500053. Grayscale: #DDDDDD. Windows color (decimal): -5242964 or 11337647. OLE color: 11337647.

HSL color Cylindrical-coordinate representation of color #AFFFAC: hue angle of 117.83º 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 #AFFFAC is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB175255172-
CMYK0.3100.330
HSL117.83º100%83.73%-
HSV(B)117.83º32.55%100%-
XYZ60.8983.6151.96-
YUV221.6210094.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.07%
GREEN value IS 255 (100% from 255) = 42.36%
BLUE value IS 172 (67.58% from 255) = 28.57%
R=29.07%
G=42.36%
B=28.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551720.3100.330117.8310083.73
HexAFFFAC1F0210766454
Octal257377254370410166144124
Binary1010111111111111101011001111101000010111011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFAC; }

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

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

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

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

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

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

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

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