#afffab

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

Shades of Mint Green #AFFFAB

Tints of Mint Green #AFFFAB

Color information

#AFFFAB (or 0xAFFFAB) is unknown color: approx Mint Green. HEX triplet: AF, FF and AB. RGB value is (175,255,171). Sum of RGB (Red+Green+Blue) = 175+255+171=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFFAB is #500054. Grayscale: #DDDDDD. Windows color (decimal): -5242965 or 11272111. OLE color: 11272111.

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

Color convert

RGB175255171-
CMYK0.3100.330
HSL117.14º100%83.53%-
HSV(B)117.14º32.94%100%-
XYZ60.7983.5751.46-
YUV221.599.594.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.12%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 171 (67.19% from 255) = 28.45%
R=29.12%
G=42.43%
B=28.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551710.3100.330117.1410083.53
HexAFFFAB1F0210756454
Octal257377253370410165144124
Binary1010111111111111101010111111101000010111010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afffab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afffab; }

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

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

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

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

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

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

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

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