#EDF7AB

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

Shades of Australian Mint #EDF7AB

Tints of Australian Mint #EDF7AB

Color information

#EDF7AB (or 0xEDF7AB) is unknown color: approx Australian Mint. HEX triplet: ED, F7 and AB. RGB value is (237,247,171). Sum of RGB (Red+Green+Blue) = 237+247+171=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 247 (96.88% from 255 or 37.71% from 655); Blue value is 171 (67.19% from 255 or 26.11% from 655); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF7AB is #120854. Grayscale: #EBEBEB. Windows color (decimal): -1181781 or 11270125. OLE color: 11270125.

HSL color Cylindrical-coordinate representation of color #EDF7AB: hue angle of 67.89º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDF7AB is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB237247171-
CMYK0.0400.310.03
HSL67.89º82.61%81.96%-
HSV(B)67.89º30.77%96.86%-
XYZ75.5487.4751.43-
YUV235.3591.69129.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 247 (96.88% from 255) = 37.71%
BLUE value IS 171 (67.19% from 255) = 26.11%
R=36.18%
G=37.71%
B=26.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372471710.0400.310.0367.8982.6181.96
HexEDF7AB401F3445352
Octal35536725340373104123122
Binary11101101111101111010101110001111111100010010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7AB; }

 p { color: rgb(237,247,171); }

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

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

 a { background-color: rgb(237,247,171); }

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

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

 span { border-color: rgb(237,247,171); }

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