#EDF6AB

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

Shades of Australian Mint #EDF6AB

Tints of Australian Mint #EDF6AB

Color information

#EDF6AB (or 0xEDF6AB) is unknown color: approx Australian Mint. HEX triplet: ED, F6 and AB. RGB value is (237,246,171). Sum of RGB (Red+Green+Blue) = 237+246+171=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 171 (67.19% from 255 or 26.15% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF6AB is #120954. Grayscale: #EBEBEB. Windows color (decimal): -1182037 or 11269869. OLE color: 11269869.

HSL color Cylindrical-coordinate representation of color #EDF6AB: hue angle of 67.2º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDF6AB is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB237246171-
CMYK0.0400.300.04
HSL67.2º80.65%81.76%-
HSV(B)67.2º30.49%96.47%-
XYZ75.2386.8651.33-
YUV234.7692.02129.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 246 (96.48% from 255) = 37.61%
BLUE value IS 171 (67.19% from 255) = 26.15%
R=36.24%
G=37.61%
B=26.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372461710.0400.300.0467.280.6581.76
HexEDF6AB401E4435152
Octal35536625340364103121122
Binary111011011111011010101011100011110100100001110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6AB; }

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

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

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

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

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

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

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

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