#E6F4AE

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

Shades of Australian Mint #E6F4AE

Tints of Australian Mint #E6F4AE

Color information

#E6F4AE (or 0xE6F4AE) is unknown color: approx Australian Mint. HEX triplet: E6, F4 and AE. RGB value is (230,244,174). Sum of RGB (Red+Green+Blue) = 230+244+174=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 244 (95.70% from 255 or 37.65% from 648); Blue value is 174 (68.36% from 255 or 26.85% from 648); Max value from RGB is 244 - color contains mainly: green. Hex color #E6F4AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F4AE is #190B51. Grayscale: #E8E8E8. Windows color (decimal): -1641298 or 11465958. OLE color: 11465958.

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

Color convert

RGB230244174-
CMYK0.0600.290.04
HSL72º76.09%81.96%-
HSV(B)72º28.69%95.69%-
XYZ72.6284.5852.54-
YUV231.8395.36126.69-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.49%
GREEN value IS 244 (95.70% from 255) = 37.65%
BLUE value IS 174 (68.36% from 255) = 26.85%
R=35.49%
G=37.65%
B=26.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2302441740.0600.290.047276.0981.96
HexE6F4AE601D4484c52
Octal34636425660354110114122
Binary111001101111010010101110110011101100100100010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F4AE; }

 p { color: rgb(230,244,174); }

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

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

 a { background-color: rgb(230,244,174); }

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

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

 span { border-color: rgb(230,244,174); }

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