#EDFAA4

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

Shades of Australian Mint #EDFAA4

Tints of Australian Mint #EDFAA4

Color information

#EDFAA4 (or 0xEDFAA4) is unknown color: approx Australian Mint. HEX triplet: ED, FA and A4. RGB value is (237,250,164). Sum of RGB (Red+Green+Blue) = 237+250+164=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 164 (64.45% from 255 or 25.19% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAA4 is #12055B. Grayscale: #ECECEC. Windows color (decimal): -1181020 or 10812141. OLE color: 10812141.

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

Color convert

RGB237250164-
CMYK0.0500.340.02
HSL69.07º89.58%81.18%-
HSV(B)69.07º34.4%98.04%-
XYZ75.8189.0648.32-
YUV236.3187.19128.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.41%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 164 (64.45% from 255) = 25.19%
R=36.41%
G=38.40%
B=25.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501640.0500.340.0269.0789.5881.18
HexEDFAA450222455a51
Octal35537224450422105132121
Binary111011011111101010100100101010001010100010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAA4; }

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

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

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

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

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

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

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

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