#AFFED9

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

Shades of Magic Mint #AFFED9

Tints of Magic Mint #AFFED9

Color information

#AFFED9 (or 0xAFFED9) is unknown color: approx Magic Mint. HEX triplet: AF, FE and D9. RGB value is (175,254,217). Sum of RGB (Red+Green+Blue) = 175+254+217=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFED9 is #500126. Grayscale: #E2E2E2. Windows color (decimal): -5243175 or 14286511. OLE color: 14286511.

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

Color convert

RGB175254217-
CMYK0.3100.150.00
HSL151.9º97.53%84.12%-
HSV(B)151.9º31.1%99.61%-
XYZ65.6585.0178.59-
YUV226.16122.8391.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.09%
GREEN value IS 254 (99.61% from 255) = 39.32%
BLUE value IS 217 (85.16% from 255) = 33.59%
R=27.09%
G=39.32%
B=33.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752542170.3100.150.00151.997.5384.12
HexAFFED91F0F0986254
Octal257376331370170230142124
Binary101011111111111011011001111110111101001100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFED9; }

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

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

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

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

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

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

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

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