#EDF1AC

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

Shades of Australian Mint #EDF1AC

Tints of Australian Mint #EDF1AC

Color information

#EDF1AC (or 0xEDF1AC) is unknown color: approx Australian Mint. HEX triplet: ED, F1 and AC. RGB value is (237,241,172). Sum of RGB (Red+Green+Blue) = 237+241+172=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 172 (67.58% from 255 or 26.46% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF1AC is #120E53. Grayscale: #E8E8E8. Windows color (decimal): -1183316 or 11334125. OLE color: 11334125.

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

Color convert

RGB237241172-
CMYK0.0200.290.05
HSL63.48º71.13%80.98%-
HSV(B)63.48º28.63%94.51%-
XYZ73.8383.8951.33-
YUV231.9494.17131.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 241 (94.53% from 255) = 37.08%
BLUE value IS 172 (67.58% from 255) = 26.46%
R=36.46%
G=37.08%
B=26.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411720.0200.290.0563.4871.1380.98
HexEDF1AC201D53f4751
Octal3553612542035577107121
Binary1110110111110001101011001001110110111111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1AC; }

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

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

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

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

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

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

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

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