#EDFAA9

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

Shades of Australian Mint #EDFAA9

Tints of Australian Mint #EDFAA9

Color information

#EDFAA9 (or 0xEDFAA9) is unknown color: approx Australian Mint. HEX triplet: ED, FA and A9. RGB value is (237,250,169). Sum of RGB (Red+Green+Blue) = 237+250+169=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 169 (66.41% from 255 or 25.76% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAA9 is #120556. Grayscale: #EDEDED. Windows color (decimal): -1181015 or 11139821. OLE color: 11139821.

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

Color convert

RGB237250169-
CMYK0.0500.320.02
HSL69.63º89.01%82.16%-
HSV(B)69.63º32.4%98.04%-
XYZ76.2789.2450.74-
YUV236.8889.69128.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 250 (98.05% from 255) = 38.11%
BLUE value IS 169 (66.41% from 255) = 25.76%
R=36.13%
G=38.11%
B=25.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501690.0500.320.0269.6389.0182.16
HexEDFAA950202465952
Octal35537225150402106131122
Binary111011011111101010101001101010000010100011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAA9; }

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

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

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

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

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

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

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

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