#EDF7A4

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

Shades of Australian Mint #EDF7A4

Tints of Australian Mint #EDF7A4

Color information

#EDF7A4 (or 0xEDF7A4) is unknown color: approx Australian Mint. HEX triplet: ED, F7 and A4. RGB value is (237,247,164). Sum of RGB (Red+Green+Blue) = 237+247+164=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 247 (96.88% from 255 or 38.12% from 648); Blue value is 164 (64.45% from 255 or 25.31% from 648); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF7A4 is #12085B. Grayscale: #EAEAEA. Windows color (decimal): -1181788 or 10811373. OLE color: 10811373.

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

Color convert

RGB237247164-
CMYK0.0400.340.03
HSL67.23º83.84%80.59%-
HSV(B)67.23º33.6%96.86%-
XYZ74.8987.2148.01-
YUV234.5588.19129.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 247 (96.88% from 255) = 38.12%
BLUE value IS 164 (64.45% from 255) = 25.31%
R=36.57%
G=38.12%
B=25.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372471640.0400.340.0367.2383.8480.59
HexEDF7A440223435451
Octal35536724440423103124121
Binary111011011111011110100100100010001011100001110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7A4; }

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

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

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

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

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

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

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

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