#E6F4AD

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

Shades of Australian Mint #E6F4AD

Tints of Australian Mint #E6F4AD

Color information

#E6F4AD (or 0xE6F4AD) is unknown color: approx Australian Mint. HEX triplet: E6, F4 and AD. RGB value is (230,244,173). Sum of RGB (Red+Green+Blue) = 230+244+173=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 244 (95.70% from 255 or 37.71% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 244 - color contains mainly: green. Hex color #E6F4AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F4AD is #190B52. Grayscale: #E7E7E7. Windows color (decimal): -1641299 or 11400422. OLE color: 11400422.

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

Color convert

RGB230244173-
CMYK0.0600.290.04
HSL71.83º76.34%81.76%-
HSV(B)71.83º29.1%95.69%-
XYZ72.5384.5452.03-
YUV231.7294.86126.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.55%
GREEN value IS 244 (95.70% from 255) = 37.71%
BLUE value IS 173 (67.97% from 255) = 26.74%
R=35.55%
G=37.71%
B=26.74%

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
Decimal2302441730.0600.290.0471.8376.3481.76
HexE6F4AD601D4484c52
Octal34636425560354110114122
Binary111001101111010010101101110011101100100100010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F4AD; }

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

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

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

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

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

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

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

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