#EDFCA9

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

Shades of Australian Mint #EDFCA9

Tints of Australian Mint #EDFCA9

Color information

#EDFCA9 (or 0xEDFCA9) is unknown color: approx Australian Mint. HEX triplet: ED, FC and A9. RGB value is (237,252,169). Sum of RGB (Red+Green+Blue) = 237+252+169=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 169 (66.41% from 255 or 25.68% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFCA9 is #120356. Grayscale: #EEEEEE. Windows color (decimal): -1180503 or 11140333. OLE color: 11140333.

HSL color Cylindrical-coordinate representation of color #EDFCA9: hue angle of 70.84º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDFCA9 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB237252169-
CMYK0.0600.330.01
HSL70.84º93.26%82.55%-
HSV(B)70.84º32.94%98.82%-
XYZ76.990.4950.95-
YUV238.0589.03127.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 252 (98.83% from 255) = 38.30%
BLUE value IS 169 (66.41% from 255) = 25.68%
R=36.02%
G=38.30%
B=25.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372521690.0600.330.0170.8493.2682.55
HexEDFCA960211475d53
Octal35537425160411107135123
Binary11101101111111001010100111001000011100011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCA9; }

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

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

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

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

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

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

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

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