#EDF8AC

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

Shades of Australian Mint #EDF8AC

Tints of Australian Mint #EDF8AC

Color information

#EDF8AC (or 0xEDF8AC) is unknown color: approx Australian Mint. HEX triplet: ED, F8 and AC. RGB value is (237,248,172). Sum of RGB (Red+Green+Blue) = 237+248+172=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 248 (97.27% from 255 or 37.75% from 657); Blue value is 172 (67.58% from 255 or 26.18% from 657); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF8AC is #120753. Grayscale: #ECECEC. Windows color (decimal): -1181524 or 11335917. OLE color: 11335917.

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

Color convert

RGB237248172-
CMYK0.0400.310.03
HSL68.68º84.44%82.35%-
HSV(B)68.68º30.65%97.25%-
XYZ75.9488.1252.04-
YUV236.0591.86128.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 248 (97.27% from 255) = 37.75%
BLUE value IS 172 (67.58% from 255) = 26.18%
R=36.07%
G=37.75%
B=26.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372481720.0400.310.0368.6884.4482.35
HexEDF8AC401F3455452
Octal35537025440373105124122
Binary11101101111110001010110010001111111100010110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF8AC; }

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

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

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

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

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

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

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

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