#EDF7AC

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

Shades of Australian Mint #EDF7AC

Tints of Australian Mint #EDF7AC

Color information

#EDF7AC (or 0xEDF7AC) is unknown color: approx Australian Mint. HEX triplet: ED, F7 and AC. RGB value is (237,247,172). Sum of RGB (Red+Green+Blue) = 237+247+172=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 172 (67.58% from 255 or 26.22% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF7AC is #120853. Grayscale: #EBEBEB. Windows color (decimal): -1181780 or 11335661. OLE color: 11335661.

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

Color convert

RGB237247172-
CMYK0.0400.300.03
HSL68º82.42%82.16%-
HSV(B)68º30.36%96.86%-
XYZ75.6387.551.93-
YUV235.4692.19129.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 247 (96.88% from 255) = 37.65%
BLUE value IS 172 (67.58% from 255) = 26.22%
R=36.13%
G=37.65%
B=26.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372471720.0400.300.036882.4282.16
HexEDF7AC401E3445252
Octal35536725440363104122122
Binary11101101111101111010110010001111011100010010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7AC; }

 p { color: rgb(237,247,172); }

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

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

 a { background-color: rgb(237,247,172); }

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

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

 span { border-color: rgb(237,247,172); }

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