#EDF69E

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

Shades of Australian Mint #EDF69E

Tints of Australian Mint #EDF69E

Color information

#EDF69E (or 0xEDF69E) is unknown color: approx Australian Mint. HEX triplet: ED, F6 and 9E. RGB value is (237,246,158). Sum of RGB (Red+Green+Blue) = 237+246+158=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 246 (96.48% from 255 or 38.38% from 641); Blue value is 158 (62.11% from 255 or 24.65% from 641); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF69E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF69E is #120961. Grayscale: #E9E9E9. Windows color (decimal): -1182050 or 10417901. OLE color: 10417901.

HSL color Cylindrical-coordinate representation of color #EDF69E: hue angle of 66.14º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDF69E is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB237246158-
CMYK0.0400.360.04
HSL66.14º83.02%79.22%-
HSV(B)66.14º35.77%96.47%-
XYZ74.0586.3845.12-
YUV233.2885.52130.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 246 (96.48% from 255) = 38.38%
BLUE value IS 158 (62.11% from 255) = 24.65%
R=36.97%
G=38.38%
B=24.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372461580.0400.360.0466.1483.0279.22
HexEDF69E4024442534f
Octal35536623640444102123117
Binary1110110111110110100111101000100100100100001010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF69E; }

 p { color: rgb(237,246,158); }

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

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

 a { background-color: rgb(237,246,158); }

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

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

 span { border-color: rgb(237,246,158); }

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