#EDFBA0

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

Shades of Australian Mint #EDFBA0

Tints of Australian Mint #EDFBA0

Color information

#EDFBA0 (or 0xEDFBA0) is unknown color: approx Australian Mint. HEX triplet: ED, FB and A0. RGB value is (237,251,160). Sum of RGB (Red+Green+Blue) = 237+251+160=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 160 (62.89% from 255 or 24.69% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFBA0 is #12045F. Grayscale: #ECECEC. Windows color (decimal): -1180768 or 10550253. OLE color: 10550253.

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

Color convert

RGB237251160-
CMYK0.0600.360.02
HSL69.23º91.92%80.59%-
HSV(B)69.23º36.25%98.43%-
XYZ75.7789.5446.55-
YUV236.4484.86128.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 251 (98.44% from 255) = 38.73%
BLUE value IS 160 (62.89% from 255) = 24.69%
R=36.57%
G=38.73%
B=24.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372511600.0600.360.0269.2391.9280.59
HexEDFBA060242455c51
Octal35537324060442105134121
Binary111011011111101110100000110010010010100010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBA0; }

 p { color: rgb(237,251,160); }

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

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

 a { background-color: rgb(237,251,160); }

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

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

 span { border-color: rgb(237,251,160); }

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