#EDF1AA

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

Shades of Australian Mint #EDF1AA

Tints of Australian Mint #EDF1AA

Color information

#EDF1AA (or 0xEDF1AA) is unknown color: approx Australian Mint. HEX triplet: ED, F1 and AA. RGB value is (237,241,170). Sum of RGB (Red+Green+Blue) = 237+241+170=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF1AA is #120E55. Grayscale: #E7E7E7. Windows color (decimal): -1183318 or 11203053. OLE color: 11203053.

HSL color Cylindrical-coordinate representation of color #EDF1AA: hue angle of 63.38º degrees, saturation: 0.72, 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 #EDF1AA is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB237241170-
CMYK0.0200.290.05
HSL63.38º71.72%80.59%-
HSV(B)63.38º29.46%94.51%-
XYZ73.6483.8250.33-
YUV231.7193.17131.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 241 (94.53% from 255) = 37.19%
BLUE value IS 170 (66.80% from 255) = 26.23%
R=36.57%
G=37.19%
B=26.23%

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
Decimal2372411700.0200.290.0563.3871.7280.59
HexEDF1AA201D53f4851
Octal3553612522035577110121
Binary1110110111110001101010101001110110111111110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1AA; }

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

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

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

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

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

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

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

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