#EDFFAE

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

Shades of Australian Mint #EDFFAE

Tints of Australian Mint #EDFFAE

Color information

#EDFFAE (or 0xEDFFAE) is unknown color: approx Australian Mint. HEX triplet: ED, FF and AE. RGB value is (237,255,174). Sum of RGB (Red+Green+Blue) = 237+255+174=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 174 (68.36% from 255 or 26.13% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFFAE is #120051. Grayscale: #F0F0F0. Windows color (decimal): -1179730 or 11468781. OLE color: 11468781.

HSL color Cylindrical-coordinate representation of color #EDFFAE: hue angle of 73.33º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDFFAE is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB237255174-
CMYK0.0700.320
HSL73.33º100%84.12%-
HSV(B)73.33º31.76%100%-
XYZ78.3392.5853.79-
YUV240.3890.54125.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 255 (100% from 255) = 38.29%
BLUE value IS 174 (68.36% from 255) = 26.13%
R=35.59%
G=38.29%
B=26.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551740.0700.32073.3310084.12
HexEDFFAE70200496454
Octal35537725670400111144124
Binary11101101111111111010111011101000000100100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFAE; }

 p { color: rgb(237,255,174); }

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

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

 a { background-color: rgb(237,255,174); }

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

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

 span { border-color: rgb(237,255,174); }

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