#AAFD8E

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

Shades of Mint Green #AAFD8E

Tints of Mint Green #AAFD8E

Color information

#AAFD8E (or 0xAAFD8E) is unknown color: approx Mint Green. HEX triplet: AA, FD and 8E. RGB value is (170,253,142). Sum of RGB (Red+Green+Blue) = 170+253+142=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 142 (55.86% from 255 or 25.13% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFD8E is #550271. Grayscale: #D7D7D7. Windows color (decimal): -5571186 or 9371050. OLE color: 9371050.

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

Color convert

RGB170253142-
CMYK0.3300.440.01
HSL104.86º96.52%77.45%-
HSV(B)104.86º43.87%99.22%-
XYZ56.5980.7538.2-
YUV215.5386.595.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 253 (99.22% from 255) = 44.78%
BLUE value IS 142 (55.86% from 255) = 25.13%
R=30.09%
G=44.78%
B=25.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702531420.3300.440.01104.8696.5277.45
HexAAFD8E2102C169614d
Octal252375216410541151141115
Binary10101010111111011000111010000101011001110100111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFD8E; }

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

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

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

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

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

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

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

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