#EDFFA3

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

Shades of Australian Mint #EDFFA3

Tints of Australian Mint #EDFFA3

Color information

#EDFFA3 (or 0xEDFFA3) is unknown color: approx Australian Mint. HEX triplet: ED, FF and A3. RGB value is (237,255,163). Sum of RGB (Red+Green+Blue) = 237+255+163=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 163 (64.06% from 255 or 24.89% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFFA3 is #12005C. Grayscale: #EFEFEF. Windows color (decimal): -1179741 or 10747885. OLE color: 10747885.

HSL color Cylindrical-coordinate representation of color #EDFFA3: hue angle of 71.74º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDFFA3 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB237255163-
CMYK0.0700.360
HSL71.74º100%81.96%-
HSV(B)71.74º36.08%100%-
XYZ77.392.1748.37-
YUV239.1385.04126.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 163 (64.06% from 255) = 24.89%
R=36.18%
G=38.93%
B=24.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551630.0700.36071.7410081.96
HexEDFFA370240486452
Octal35537724370440110144122
Binary11101101111111111010001111101001000100100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFA3; }

 p { color: rgb(237,255,163); }

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

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

 a { background-color: rgb(237,255,163); }

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

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

 span { border-color: rgb(237,255,163); }

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