#EDF6A6

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

Shades of Australian Mint #EDF6A6

Tints of Australian Mint #EDF6A6

Color information

#EDF6A6 (or 0xEDF6A6) is unknown color: approx Australian Mint. HEX triplet: ED, F6 and A6. RGB value is (237,246,166). Sum of RGB (Red+Green+Blue) = 237+246+166=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 246 (96.48% from 255 or 37.90% from 649); Blue value is 166 (65.23% from 255 or 25.58% from 649); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF6A6 is #120959. Grayscale: #EAEAEA. Windows color (decimal): -1182042 or 10942189. OLE color: 10942189.

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

Color convert

RGB237246166-
CMYK0.0400.330.04
HSL66.75º81.63%80.78%-
HSV(B)66.75º32.52%96.47%-
XYZ74.7686.6748.86-
YUV234.1989.52130-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 246 (96.48% from 255) = 37.90%
BLUE value IS 166 (65.23% from 255) = 25.58%
R=36.52%
G=37.90%
B=25.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372461660.0400.330.0466.7581.6380.78
HexEDF6A640214435251
Octal35536624640414103122121
Binary1110110111110110101001101000100001100100001110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6A6; }

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

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

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

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

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

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

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

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