#AFFF9F

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

Shades of Mint Green #AFFF9F

Tints of Mint Green #AFFF9F

Color information

#AFFF9F (or 0xAFFF9F) is unknown color: approx Mint Green. HEX triplet: AF, FF and 9F. RGB value is (175,255,159). Sum of RGB (Red+Green+Blue) = 175+255+159=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFF9F is #500060. Grayscale: #DCDCDC. Windows color (decimal): -5242977 or 10485679. OLE color: 10485679.

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

Color convert

RGB175255159-
CMYK0.3100.380
HSL110º100%81.18%-
HSV(B)110º37.65%100%-
XYZ59.783.1445.7-
YUV220.1493.595.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 255 (100% from 255) = 43.29%
BLUE value IS 159 (62.5% from 255) = 26.99%
R=29.71%
G=43.29%
B=26.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551590.3100.38011010081.18
HexAFFF9F1F02606e6451
Octal257377237370460156144121
Binary1010111111111111100111111111101001100110111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFF9F; }

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

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

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

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

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

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

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

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