#EDFFA9

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

Shades of Australian Mint #EDFFA9

Tints of Australian Mint #EDFFA9

Color information

#EDFFA9 (or 0xEDFFA9) is unknown color: approx Australian Mint. HEX triplet: ED, FF and A9. RGB value is (237,255,169). Sum of RGB (Red+Green+Blue) = 237+255+169=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 169 (66.41% from 255 or 25.57% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFFA9 is #120056. Grayscale: #F0F0F0. Windows color (decimal): -1179735 or 11141101. OLE color: 11141101.

HSL color Cylindrical-coordinate representation of color #EDFFA9: hue angle of 72.56º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDFFA9 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB237255169-
CMYK0.0700.340
HSL72.56º100%83.14%-
HSV(B)72.56º33.73%100%-
XYZ77.8592.3951.27-
YUV239.8188.04125.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.85%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 169 (66.41% from 255) = 25.57%
R=35.85%
G=38.58%
B=25.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551690.0700.34072.5610083.14
HexEDFFA970220496453
Octal35537725170420111144123
Binary11101101111111111010100111101000100100100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFA9; }

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

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

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

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

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

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

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

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