#AAFD95

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

Shades of Mint Green #AAFD95

Tints of Mint Green #AAFD95

Color information

#AAFD95 (or 0xAAFD95) is unknown color: approx Mint Green. HEX triplet: AA, FD and 95. RGB value is (170,253,149). Sum of RGB (Red+Green+Blue) = 170+253+149=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFD95 is #55026A. Grayscale: #D8D8D8. Windows color (decimal): -5571179 or 9829802. OLE color: 9829802.

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

Color convert

RGB170253149-
CMYK0.3300.410.01
HSL107.88º96.3%78.82%-
HSV(B)107.88º41.11%99.22%-
XYZ57.1380.9741.05-
YUV216.339094.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.72%
GREEN value IS 253 (99.22% from 255) = 44.23%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=29.72%
G=44.23%
B=26.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702531490.3300.410.01107.8896.378.82
HexAAFD952102916c604f
Octal252375225410511154140117
Binary10101010111111011001010110000101010011110110011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFD95; }

 p { color: rgb(170,253,149); }

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

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

 a { background-color: rgb(170,253,149); }

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

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

 span { border-color: rgb(170,253,149); }

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