#EDFCA0

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

Shades of Australian Mint #EDFCA0

Tints of Australian Mint #EDFCA0

Color information

#EDFCA0 (or 0xEDFCA0) is unknown color: approx Australian Mint. HEX triplet: ED, FC and A0. RGB value is (237,252,160). Sum of RGB (Red+Green+Blue) = 237+252+160=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 160 (62.89% from 255 or 24.65% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFCA0 is #12035F. Grayscale: #EDEDED. Windows color (decimal): -1180512 or 10550509. OLE color: 10550509.

HSL color Cylindrical-coordinate representation of color #EDFCA0: hue angle of 69.78º degrees, saturation: 0.94, 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 #EDFCA0 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB237252160-
CMYK0.0600.370.01
HSL69.78º93.88%80.78%-
HSV(B)69.78º36.51%98.82%-
XYZ76.0890.1646.65-
YUV237.0384.53127.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 252 (98.83% from 255) = 38.83%
BLUE value IS 160 (62.89% from 255) = 24.65%
R=36.52%
G=38.83%
B=24.65%

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
Decimal2372521600.0600.370.0169.7893.8880.78
HexEDFCA060251465e51
Octal35537424060451106136121
Binary11101101111111001010000011001001011100011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCA0; }

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

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

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

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

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

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

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

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