#EDF1A3

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

Shades of Australian Mint #EDF1A3

Tints of Australian Mint #EDF1A3

Color information

#EDF1A3 (or 0xEDF1A3) is unknown color: approx Australian Mint. HEX triplet: ED, F1 and A3. RGB value is (237,241,163). Sum of RGB (Red+Green+Blue) = 237+241+163=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 163 (64.06% from 255 or 25.43% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF1A3 is #120E5C. Grayscale: #E7E7E7. Windows color (decimal): -1183325 or 10744301. OLE color: 10744301.

HSL color Cylindrical-coordinate representation of color #EDF1A3: hue angle of 63.08º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDF1A3 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB237241163-
CMYK0.0200.320.05
HSL63.08º73.58%79.22%-
HSV(B)63.08º32.37%94.51%-
XYZ72.9983.5646.93-
YUV230.9189.67132.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 241 (94.53% from 255) = 37.60%
BLUE value IS 163 (64.06% from 255) = 25.43%
R=36.97%
G=37.60%
B=25.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411630.0200.320.0563.0873.5879.22
HexEDF1A3202053f4a4f
Octal3553612432040577112117
Binary11101101111100011010001110010000010111111110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1A3; }

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

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

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

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

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

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

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

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