#AFFD97

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

Shades of Mint Green #AFFD97

Tints of Mint Green #AFFD97

Color information

#AFFD97 (or 0xAFFD97) is unknown color: approx Mint Green. HEX triplet: AF, FD and 97. RGB value is (175,253,151). Sum of RGB (Red+Green+Blue) = 175+253+151=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 151 (59.38% from 255 or 26.08% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD97 is #500268. Grayscale: #DADADA. Windows color (decimal): -5243497 or 9960879. OLE color: 9960879.

HSL color Cylindrical-coordinate representation of color #AFFD97: hue angle of 105.88º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFFD97 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB175253151-
CMYK0.3100.400.01
HSL105.88º96.23%79.22%-
HSV(B)105.88º40.32%99.22%-
XYZ58.3981.641.95-
YUV218.0590.1697.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 253 (99.22% from 255) = 43.70%
BLUE value IS 151 (59.38% from 255) = 26.08%
R=30.22%
G=43.70%
B=26.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531510.3100.400.01105.8896.2379.22
HexAFFD971F02816a604f
Octal257375227370501152140117
Binary1010111111111101100101111111101010001110101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD97; }

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

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

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

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

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

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

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

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