#EDF9AB

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

Shades of Australian Mint #EDF9AB

Tints of Australian Mint #EDF9AB

Color information

#EDF9AB (or 0xEDF9AB) is unknown color: approx Australian Mint. HEX triplet: ED, F9 and AB. RGB value is (237,249,171). Sum of RGB (Red+Green+Blue) = 237+249+171=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 171 (67.19% from 255 or 26.03% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF9AB is #120654. Grayscale: #ECECEC. Windows color (decimal): -1181269 or 11270637. OLE color: 11270637.

HSL color Cylindrical-coordinate representation of color #EDF9AB: hue angle of 69.23º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDF9AB is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB237249171-
CMYK0.0500.310.02
HSL69.23º86.67%82.35%-
HSV(B)69.23º31.33%97.65%-
XYZ76.1588.751.63-
YUV236.5291.02128.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 249 (97.66% from 255) = 37.90%
BLUE value IS 171 (67.19% from 255) = 26.03%
R=36.07%
G=37.90%
B=26.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372491710.0500.310.0269.2386.6782.35
HexEDF9AB501F2455752
Octal35537125350372105127122
Binary11101101111110011010101110101111110100010110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9AB; }

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

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

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

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

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

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

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

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