#EDFDA6

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

Shades of Australian Mint #EDFDA6

Tints of Australian Mint #EDFDA6

Color information

#EDFDA6 (or 0xEDFDA6) is unknown color: approx Australian Mint. HEX triplet: ED, FD and A6. RGB value is (237,253,166). Sum of RGB (Red+Green+Blue) = 237+253+166=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 166 (65.23% from 255 or 25.30% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFDA6 is #120259. Grayscale: #EEEEEE. Windows color (decimal): -1180250 or 10943981. OLE color: 10943981.

HSL color Cylindrical-coordinate representation of color #EDFDA6: hue angle of 71.03º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDFDA6 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB237253166-
CMYK0.0600.340.01
HSL71.03º95.6%82.16%-
HSV(B)71.03º34.39%99.22%-
XYZ76.9391.0149.59-
YUV238.387.2127.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 253 (99.22% from 255) = 38.57%
BLUE value IS 166 (65.23% from 255) = 25.30%
R=36.13%
G=38.57%
B=25.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531660.0600.340.0171.0395.682.16
HexEDFDA660221476052
Octal35537524660421107140122
Binary11101101111111011010011011001000101100011111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDA6; }

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

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

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

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

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

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

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

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