#EDFDA0

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

Shades of Australian Mint #EDFDA0

Tints of Australian Mint #EDFDA0

Color information

#EDFDA0 (or 0xEDFDA0) is unknown color: approx Australian Mint. HEX triplet: ED, FD and A0. RGB value is (237,253,160). Sum of RGB (Red+Green+Blue) = 237+253+160=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 160 (62.89% from 255 or 24.62% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFDA0 is #12025F. Grayscale: #EDEDED. Windows color (decimal): -1180256 or 10550765. OLE color: 10550765.

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

Color convert

RGB237253160-
CMYK0.0600.370.01
HSL70.32º95.88%80.98%-
HSV(B)70.32º36.76%99.22%-
XYZ76.490.7946.76-
YUV237.6184.2127.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 253 (99.22% from 255) = 38.92%
BLUE value IS 160 (62.89% from 255) = 24.62%
R=36.46%
G=38.92%
B=24.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531600.0600.370.0170.3295.8880.98
HexEDFDA060251466051
Octal35537524060451106140121
Binary11101101111111011010000011001001011100011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDA0; }

 p { color: rgb(237,253,160); }

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

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

 a { background-color: rgb(237,253,160); }

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

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

 span { border-color: rgb(237,253,160); }

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