#EDFBAA

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

Shades of Australian Mint #EDFBAA

Tints of Australian Mint #EDFBAA

Color information

#EDFBAA (or 0xEDFBAA) is unknown color: approx Australian Mint. HEX triplet: ED, FB and AA. RGB value is (237,251,170). Sum of RGB (Red+Green+Blue) = 237+251+170=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 170 (66.80% from 255 or 25.84% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFBAA is #120455. Grayscale: #EDEDED. Windows color (decimal): -1180758 or 11205613. OLE color: 11205613.

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

Color convert

RGB237251170-
CMYK0.0600.320.02
HSL70.37º91.01%82.55%-
HSV(B)70.37º32.27%98.43%-
XYZ76.6889.951.34-
YUV237.5889.86127.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 251 (98.44% from 255) = 38.15%
BLUE value IS 170 (66.80% from 255) = 25.84%
R=36.02%
G=38.15%
B=25.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372511700.0600.320.0270.3791.0182.55
HexEDFBAA60202465b53
Octal35537325260402106133123
Binary111011011111101110101010110010000010100011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBAA; }

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

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

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

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

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

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

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

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