#EDFE9C

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

Shades of Australian Mint #EDFE9C

Tints of Australian Mint #EDFE9C

Color information

#EDFE9C (or 0xEDFE9C) is unknown color: approx Australian Mint. HEX triplet: ED, FE and 9C. RGB value is (237,254,156). Sum of RGB (Red+Green+Blue) = 237+254+156=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 156 (61.33% from 255 or 24.11% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFE9C is #120163. Grayscale: #EEEEEE. Windows color (decimal): -1180004 or 10288877. OLE color: 10288877.

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

Color convert

RGB237254156-
CMYK0.0700.390.00
HSL70.41º98%80.39%-
HSV(B)70.41º38.58%99.61%-
XYZ76.3791.2945.05-
YUV237.7481.87127.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 254 (99.61% from 255) = 39.26%
BLUE value IS 156 (61.33% from 255) = 24.11%
R=36.63%
G=39.26%
B=24.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372541560.0700.390.0070.419880.39
HexEDFE9C70270466250
Octal35537623470470106142120
Binary11101101111111101001110011101001110100011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFE9C; }

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

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

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

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

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

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

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

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