#EDFEA5

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

Shades of Australian Mint #EDFEA5

Tints of Australian Mint #EDFEA5

Color information

#EDFEA5 (or 0xEDFEA5) is unknown color: approx Australian Mint. HEX triplet: ED, FE and A5. RGB value is (237,254,165). Sum of RGB (Red+Green+Blue) = 237+254+165=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 165 (64.84% from 255 or 25.15% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFEA5 is #12015A. Grayscale: #EFEFEF. Windows color (decimal): -1179995 or 10878701. OLE color: 10878701.

HSL color Cylindrical-coordinate representation of color #EDFEA5: hue angle of 71.46º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDFEA5 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB237254165-
CMYK0.0700.350.00
HSL71.46º97.8%82.16%-
HSV(B)71.46º35.04%99.61%-
XYZ77.1691.649.21-
YUV238.7786.37126.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 254 (99.61% from 255) = 38.72%
BLUE value IS 165 (64.84% from 255) = 25.15%
R=36.13%
G=38.72%
B=25.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372541650.0700.350.0071.4697.882.16
HexEDFEA570230476252
Octal35537624570430107142122
Binary11101101111111101010010111101000110100011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFEA5; }

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

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

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

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

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

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

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

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