#EDFAA7

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

Shades of Australian Mint #EDFAA7

Tints of Australian Mint #EDFAA7

Color information

#EDFAA7 (or 0xEDFAA7) is unknown color: approx Australian Mint. HEX triplet: ED, FA and A7. RGB value is (237,250,167). Sum of RGB (Red+Green+Blue) = 237+250+167=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 167 (65.62% from 255 or 25.54% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAA7 is #120558. Grayscale: #ECECEC. Windows color (decimal): -1181017 or 11008749. OLE color: 11008749.

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

Color convert

RGB237250167-
CMYK0.0500.330.02
HSL69.4º89.25%81.76%-
HSV(B)69.4º33.2%98.04%-
XYZ76.0989.1749.76-
YUV236.6588.69128.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 250 (98.05% from 255) = 38.23%
BLUE value IS 167 (65.62% from 255) = 25.54%
R=36.24%
G=38.23%
B=25.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501670.0500.330.0269.489.2581.76
HexEDFAA750212455952
Octal35537224750412105131122
Binary111011011111101010100111101010000110100010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAA7; }

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

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

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

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

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

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

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

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