#EDF9AD

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

Shades of Australian Mint #EDF9AD

Tints of Australian Mint #EDF9AD

Color information

#EDF9AD (or 0xEDF9AD) is unknown color: approx Australian Mint. HEX triplet: ED, F9 and AD. RGB value is (237,249,173). Sum of RGB (Red+Green+Blue) = 237+249+173=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 249 (97.66% from 255 or 37.78% from 659); Blue value is 173 (67.97% from 255 or 26.25% from 659); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF9AD is #120652. Grayscale: #EDEDED. Windows color (decimal): -1181267 or 11401709. OLE color: 11401709.

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

Color convert

RGB237249173-
CMYK0.0500.310.02
HSL69.47º86.36%82.75%-
HSV(B)69.47º30.52%97.65%-
XYZ76.3488.7752.65-
YUV236.7592.02128.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 249 (97.66% from 255) = 37.78%
BLUE value IS 173 (67.97% from 255) = 26.25%
R=35.96%
G=37.78%
B=26.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372491730.0500.310.0269.4786.3682.75
HexEDF9AD501F2455653
Octal35537125550372105126123
Binary11101101111110011010110110101111110100010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9AD; }

 p { color: rgb(237,249,173); }

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

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

 a { background-color: rgb(237,249,173); }

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

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

 span { border-color: rgb(237,249,173); }

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