#EDFAA6

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

Shades of Australian Mint #EDFAA6

Tints of Australian Mint #EDFAA6

Color information

#EDFAA6 (or 0xEDFAA6) is unknown color: approx Australian Mint. HEX triplet: ED, FA and A6. RGB value is (237,250,166). Sum of RGB (Red+Green+Blue) = 237+250+166=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 166 (65.23% from 255 or 25.42% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAA6 is #120559. Grayscale: #ECECEC. Windows color (decimal): -1181018 or 10943213. OLE color: 10943213.

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

Color convert

RGB237250166-
CMYK0.0500.340.02
HSL69.29º89.36%81.57%-
HSV(B)69.29º33.6%98.04%-
XYZ75.9989.1349.27-
YUV236.5488.19128.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 166 (65.23% from 255) = 25.42%
R=36.29%
G=38.28%
B=25.42%

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
Decimal2372501660.0500.340.0269.2989.3681.57
HexEDFAA650222455952
Octal35537224650422105131122
Binary111011011111101010100110101010001010100010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAA6; }

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

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

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

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

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

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

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

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