#E0F5AE

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

Shades of Australian Mint #E0F5AE

Tints of Australian Mint #E0F5AE

Color information

#E0F5AE (or 0xE0F5AE) is unknown color: approx Australian Mint. HEX triplet: E0, F5 and AE. RGB value is (224,245,174). Sum of RGB (Red+Green+Blue) = 224+245+174=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 245 (96.09% from 255 or 38.10% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 245 - color contains mainly: green. Hex color #E0F5AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F5AE is #1F0A51. Grayscale: #E6E6E6. Windows color (decimal): -2034258 or 11466208. OLE color: 11466208.

HSL color Cylindrical-coordinate representation of color #E0F5AE: hue angle of 77.75º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0F5AE is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB224245174-
CMYK0.0900.290.04
HSL77.75º78.02%82.16%-
HSV(B)77.75º28.98%96.08%-
XYZ71.0384.2152.55-
YUV230.6396.04123.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.84%
GREEN value IS 245 (96.09% from 255) = 38.10%
BLUE value IS 174 (68.36% from 255) = 27.06%
R=34.84%
G=38.10%
B=27.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242451740.0900.290.0477.7578.0282.16
HexE0F5AE901D44e4e52
Octal340365256110354116116122
Binary1110000011110101101011101001011101100100111010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F5AE; }

 p { color: rgb(224,245,174); }

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

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

 a { background-color: rgb(224,245,174); }

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

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

 span { border-color: rgb(224,245,174); }

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