#E5F7AE

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

Shades of Australian Mint #E5F7AE

Tints of Australian Mint #E5F7AE

Color information

#E5F7AE (or 0xE5F7AE) is unknown color: approx Australian Mint. HEX triplet: E5, F7 and AE. RGB value is (229,247,174). Sum of RGB (Red+Green+Blue) = 229+247+174=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 247 (96.88% from 255 or 38% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 247 - color contains mainly: green. Hex color #E5F7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F7AE is #1A0851. Grayscale: #E9E9E9. Windows color (decimal): -1706066 or 11466725. OLE color: 11466725.

HSL color Cylindrical-coordinate representation of color #E5F7AE: hue angle of 74.79º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5F7AE is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB229247174-
CMYK0.0700.300.03
HSL74.79º82.02%82.55%-
HSV(B)74.79º29.55%96.86%-
XYZ73.2186.2452.83-
YUV233.394.54124.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.23%
GREEN value IS 247 (96.88% from 255) = 38%
BLUE value IS 174 (68.36% from 255) = 26.77%
R=35.23%
G=38%
B=26.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2292471740.0700.300.0374.7982.0282.55
HexE5F7AE701E34b5253
Octal34536725670363113122123
Binary11100101111101111010111011101111011100101110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F7AE; }

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

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

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

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

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

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

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

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