#EDF69F

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

Shades of Australian Mint #EDF69F

Tints of Australian Mint #EDF69F

Color information

#EDF69F (or 0xEDF69F) is unknown color: approx Australian Mint. HEX triplet: ED, F6 and 9F. RGB value is (237,246,159). Sum of RGB (Red+Green+Blue) = 237+246+159=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 246 (96.48% from 255 or 38.32% from 642); Blue value is 159 (62.5% from 255 or 24.77% from 642); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF69F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF69F is #120960. Grayscale: #E9E9E9. Windows color (decimal): -1182049 or 10483437. OLE color: 10483437.

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

Color convert

RGB237246159-
CMYK0.0400.350.04
HSL66.21º82.86%79.41%-
HSV(B)66.21º35.37%96.47%-
XYZ74.1486.4245.57-
YUV233.3986.02130.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 246 (96.48% from 255) = 38.32%
BLUE value IS 159 (62.5% from 255) = 24.77%
R=36.92%
G=38.32%
B=24.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372461590.0400.350.0466.2182.8679.41
HexEDF69F4023442534f
Octal35536623740434102123117
Binary1110110111110110100111111000100011100100001010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF69F; }

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

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

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

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

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

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

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

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