#AAFFAA

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

Shades of Mint Green #AAFFAA

Tints of Mint Green #AAFFAA

Color information

#AAFFAA (or 0xAAFFAA) is unknown color: approx Mint Green. HEX triplet: AA, FF and AA. RGB value is (170,255,170). Sum of RGB (Red+Green+Blue) = 170+255+170=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFFAA is #550055. Grayscale: #DCDCDC. Windows color (decimal): -5570646 or 11206570. OLE color: 11206570.

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

Color convert

RGB170255170-
CMYK0.3300.330
HSL120º100%83.33%-
HSV(B)120º33.33%100%-
XYZ59.5982.9750.9-
YUV219.999.8492.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 255 (100% from 255) = 42.86%
BLUE value IS 170 (66.80% from 255) = 28.57%
R=28.57%
G=42.86%
B=28.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551700.3300.33012010083.33
HexAAFFAA210210786453
Octal252377252410410170144123
Binary10101010111111111010101010000101000010111100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFAA; }

 p { color: rgb(170,255,170); }

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

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

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

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

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

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

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