#E4F6AE

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

Shades of Australian Mint #E4F6AE

Tints of Australian Mint #E4F6AE

Color information

#E4F6AE (or 0xE4F6AE) is unknown color: approx Australian Mint. HEX triplet: E4, F6 and AE. RGB value is (228,246,174). Sum of RGB (Red+Green+Blue) = 228+246+174=648 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.19% from 648); Green value is 246 (96.48% from 255 or 37.96% from 648); Blue value is 174 (68.36% from 255 or 26.85% from 648); Max value from RGB is 246 - color contains mainly: green. Hex color #E4F6AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F6AE is #1B0951. Grayscale: #E8E8E8. Windows color (decimal): -1771858 or 11466468. OLE color: 11466468.

HSL color Cylindrical-coordinate representation of color #E4F6AE: hue angle of 75º degrees, saturation: 0.8, 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 #E4F6AE is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB228246174-
CMYK0.0700.290.04
HSL75º80%82.35%-
HSV(B)75º29.27%96.47%-
XYZ72.5985.4652.71-
YUV232.4195.04124.85-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.19%
GREEN value IS 246 (96.48% from 255) = 37.96%
BLUE value IS 174 (68.36% from 255) = 26.85%
R=35.19%
G=37.96%
B=26.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2282461740.0700.290.04758082.35
HexE4F6AE701D44b5052
Octal34436625670354113120122
Binary111001001111011010101110111011101100100101110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F6AE; }

 p { color: rgb(228,246,174); }

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

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

 a { background-color: rgb(228,246,174); }

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

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

 span { border-color: rgb(228,246,174); }

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