#AEFF85

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

Shades of Mint Green #AEFF85

Tints of Mint Green #AEFF85

Color information

#AEFF85 (or 0xAEFF85) is unknown color: approx Mint Green. HEX triplet: AE, FF and 85. RGB value is (174,255,133). Sum of RGB (Red+Green+Blue) = 174+255+133=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFF85 is #51007A. Grayscale: #D9D9D9. Windows color (decimal): -5308539 or 8781742. OLE color: 8781742.

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

Color convert

RGB174255133-
CMYK0.3200.480
HSL99.84º100%76.08%-
HSV(B)99.84º47.84%100%-
XYZ57.4582.2135.03-
YUV216.8780.6697.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.96%
GREEN value IS 255 (100% from 255) = 45.37%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=30.96%
G=45.37%
B=23.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742551330.3200.48099.8410076.08
HexAEFF8520030064644c
Octal256377205400600144144114
Binary10101110111111111000010110000001100000110010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFF85; }

 p { color: rgb(174,255,133); }

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

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

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

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

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

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

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