#AFFEA6

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

Shades of Mint Green #AFFEA6

Tints of Mint Green #AFFEA6

Color information

#AFFEA6 (or 0xAFFEA6) is unknown color: approx Mint Green. HEX triplet: AF, FE and A6. RGB value is (175,254,166). Sum of RGB (Red+Green+Blue) = 175+254+166=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFEA6 is #500159. Grayscale: #DCDCDC. Windows color (decimal): -5243226 or 10944175. OLE color: 10944175.

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

Color convert

RGB175254166-
CMYK0.3100.350.00
HSL113.86º97.78%82.35%-
HSV(B)113.86º34.65%99.61%-
XYZ6082.7548.89-
YUV220.3597.3395.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 254 (99.61% from 255) = 42.69%
BLUE value IS 166 (65.23% from 255) = 27.90%
R=29.41%
G=42.69%
B=27.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752541660.3100.350.00113.8697.7882.35
HexAFFEA61F0230726252
Octal257376246370430162142122
Binary1010111111111110101001101111101000110111001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEA6; }

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

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

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

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

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

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

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

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