#EDFCA5

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

Shades of Australian Mint #EDFCA5

Tints of Australian Mint #EDFCA5

Color information

#EDFCA5 (or 0xEDFCA5) is unknown color: approx Australian Mint. HEX triplet: ED, FC and A5. RGB value is (237,252,165). Sum of RGB (Red+Green+Blue) = 237+252+165=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 165 (64.84% from 255 or 25.23% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFCA5 is #12035A. Grayscale: #EDEDED. Windows color (decimal): -1180507 or 10878189. OLE color: 10878189.

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

Color convert

RGB237252165-
CMYK0.0600.350.01
HSL70.34º93.55%81.76%-
HSV(B)70.34º34.52%98.82%-
XYZ76.5390.3449-
YUV237.687.03127.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 165 (64.84% from 255) = 25.23%
R=36.24%
G=38.53%
B=25.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372521650.0600.350.0170.3493.5581.76
HexEDFCA560231465e52
Octal35537424560431106136122
Binary11101101111111001010010111001000111100011010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCA5; }

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

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

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

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

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

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

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

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