#AAFD8A

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

Shades of Mint Green #AAFD8A

Tints of Mint Green #AAFD8A

Color information

#AAFD8A (or 0xAAFD8A) is unknown color: approx Mint Green. HEX triplet: AA, FD and 8A. RGB value is (170,253,138). Sum of RGB (Red+Green+Blue) = 170+253+138=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFD8A is #550275. Grayscale: #D7D7D7. Windows color (decimal): -5571190 or 9108906. OLE color: 9108906.

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

Color convert

RGB170253138-
CMYK0.3300.450.01
HSL103.3º96.64%76.67%-
HSV(B)103.3º45.45%99.22%-
XYZ56.2980.6336.64-
YUV215.0784.595.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 253 (99.22% from 255) = 45.10%
BLUE value IS 138 (54.30% from 255) = 24.60%
R=30.30%
G=45.10%
B=24.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702531380.3300.450.01103.396.6476.67
HexAAFD8A2102D167614d
Octal252375212410551147141115
Binary10101010111111011000101010000101011011110011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFD8A; }

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

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

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

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

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

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

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

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