#AFFFD9

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

Shades of Magic Mint #AFFFD9

Tints of Magic Mint #AFFFD9

Color information

#AFFFD9 (or 0xAFFFD9) is unknown color: approx Magic Mint. HEX triplet: AF, FF and D9. RGB value is (175,255,217). Sum of RGB (Red+Green+Blue) = 175+255+217=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFD9 is #500026. Grayscale: #E2E2E2. Windows color (decimal): -5242919 or 14286767. OLE color: 14286767.

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

Color convert

RGB175255217-
CMYK0.3100.150
HSL151.5º100%84.31%-
HSV(B)151.5º31.37%100%-
XYZ65.9685.6478.7-
YUV226.75122.591.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.05%
GREEN value IS 255 (100% from 255) = 39.41%
BLUE value IS 217 (85.16% from 255) = 33.54%
R=27.05%
G=39.41%
B=33.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752552170.3100.150151.510084.31
HexAFFFD91F0F0986454
Octal257377331370170230144124
Binary101011111111111111011001111110111101001100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFD9; }

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

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

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

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

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

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

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

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