#E5FFAE

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

Shades of Australian Mint #E5FFAE

Tints of Australian Mint #E5FFAE

Color information

#E5FFAE (or 0xE5FFAE) is unknown color: approx Australian Mint. HEX triplet: E5, FF and AE. RGB value is (229,255,174). Sum of RGB (Red+Green+Blue) = 229+255+174=658 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.80% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 174 (68.36% from 255 or 26.44% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FFAE is #1A0051. Grayscale: #EEEEEE. Windows color (decimal): -1704018 or 11468773. OLE color: 11468773.

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

Color convert

RGB229255174-
CMYK0.1000.320
HSL79.26º100%84.12%-
HSV(B)79.26º31.76%100%-
XYZ75.7191.2353.66-
YUV237.9991.89121.59-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.80%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 174 (68.36% from 255) = 26.44%
R=34.80%
G=38.75%
B=26.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292551740.1000.32079.2610084.12
HexE5FFAEA02004f6454
Octal345377256120400117144124
Binary111001011111111110101110101001000000100111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FFAE; }

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

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

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

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

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

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

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

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