#AAFE85

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

Shades of Mint Green #AAFE85

Tints of Mint Green #AAFE85

Color information

#AAFE85 (or 0xAAFE85) is unknown color: approx Mint Green. HEX triplet: AA, FE and 85. RGB value is (170,254,133). Sum of RGB (Red+Green+Blue) = 170+254+133=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFE85 is #55017A. Grayscale: #D7D7D7. Windows color (decimal): -5570939 or 8781482. OLE color: 8781482.

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

Color convert

RGB170254133-
CMYK0.3300.480.00
HSL101.65º98.37%75.88%-
HSV(B)101.65º47.64%99.61%-
XYZ56.2581.1234.88-
YUV215.0981.6795.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 254 (99.61% from 255) = 45.60%
BLUE value IS 133 (52.34% from 255) = 23.88%
R=30.52%
G=45.60%
B=23.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702541330.3300.480.00101.6598.3775.88
HexAAFE8521030066624c
Octal252376205410600146142114
Binary10101010111111101000010110000101100000110011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFE85; }

 p { color: rgb(170,254,133); }

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

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

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

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

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

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

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