#AFFF97

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

Shades of Mint Green #AFFF97

Tints of Mint Green #AFFF97

Color information

#AFFF97 (or 0xAFFF97) is unknown color: approx Mint Green. HEX triplet: AF, FF and 97. RGB value is (175,255,151). Sum of RGB (Red+Green+Blue) = 175+255+151=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFF97 is #500068. Grayscale: #DBDBDB. Windows color (decimal): -5242985 or 9961391. OLE color: 9961391.

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

Color convert

RGB175255151-
CMYK0.3100.410
HSL106.15º100%79.61%-
HSV(B)106.15º40.78%100%-
XYZ59.0382.8742.16-
YUV219.2289.596.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.12%
GREEN value IS 255 (100% from 255) = 43.89%
BLUE value IS 151 (59.38% from 255) = 25.99%
R=30.12%
G=43.89%
B=25.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551510.3100.410106.1510079.61
HexAFFF971F02906a6450
Octal257377227370510152144120
Binary1010111111111111100101111111101010010110101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFF97; }

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

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

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

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

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

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

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

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