#EDF6AD

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

Shades of Australian Mint #EDF6AD

Tints of Australian Mint #EDF6AD

Color information

#EDF6AD (or 0xEDF6AD) is unknown color: approx Australian Mint. HEX triplet: ED, F6 and AD. RGB value is (237,246,173). Sum of RGB (Red+Green+Blue) = 237+246+173=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 173 (67.97% from 255 or 26.37% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF6AD is #120952. Grayscale: #EBEBEB. Windows color (decimal): -1182035 or 11400941. OLE color: 11400941.

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

Color convert

RGB237246173-
CMYK0.0400.300.04
HSL67.4º80.22%82.16%-
HSV(B)67.4º29.67%96.47%-
XYZ75.4286.9352.34-
YUV234.9993.02129.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 246 (96.48% from 255) = 37.5%
BLUE value IS 173 (67.97% from 255) = 26.37%
R=36.13%
G=37.5%
B=26.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372461730.0400.300.0467.480.2282.16
HexEDF6AD401E4435052
Octal35536625540364103120122
Binary111011011111011010101101100011110100100001110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6AD; }

 p { color: rgb(237,246,173); }

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

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

 a { background-color: rgb(237,246,173); }

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

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

 span { border-color: rgb(237,246,173); }

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