#EDFAA0

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

Shades of Australian Mint #EDFAA0

Tints of Australian Mint #EDFAA0

Color information

#EDFAA0 (or 0xEDFAA0) is unknown color: approx Australian Mint. HEX triplet: ED, FA and A0. RGB value is (237,250,160). Sum of RGB (Red+Green+Blue) = 237+250+160=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 160 (62.89% from 255 or 24.73% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAA0 is #12055F. Grayscale: #ECECEC. Windows color (decimal): -1181024 or 10549997. OLE color: 10549997.

HSL color Cylindrical-coordinate representation of color #EDFAA0: hue angle of 68.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDFAA0 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB237250160-
CMYK0.0500.360.02
HSL68.67º90%80.39%-
HSV(B)68.67º36%98.04%-
XYZ75.4688.9146.44-
YUV235.8585.19128.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 250 (98.05% from 255) = 38.64%
BLUE value IS 160 (62.89% from 255) = 24.73%
R=36.63%
G=38.64%
B=24.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501600.0500.360.0268.679080.39
HexEDFAA050242455a50
Octal35537224050442105132120
Binary111011011111101010100000101010010010100010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAA0; }

 p { color: rgb(237,250,160); }

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

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

 a { background-color: rgb(237,250,160); }

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

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

 span { border-color: rgb(237,250,160); }

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