#EDFFAA

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

Shades of Australian Mint #EDFFAA

Tints of Australian Mint #EDFFAA

Color information

#EDFFAA (or 0xEDFFAA) is unknown color: approx Australian Mint. HEX triplet: ED, FF and AA. RGB value is (237,255,170). Sum of RGB (Red+Green+Blue) = 237+255+170=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 170 (66.80% from 255 or 25.68% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFFAA is #120055. Grayscale: #F0F0F0. Windows color (decimal): -1179734 or 11206637. OLE color: 11206637.

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

Color convert

RGB237255170-
CMYK0.0700.330
HSL72.71º100%83.33%-
HSV(B)72.71º33.33%100%-
XYZ77.9492.4351.76-
YUV239.9388.54125.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.80%
GREEN value IS 255 (100% from 255) = 38.52%
BLUE value IS 170 (66.80% from 255) = 25.68%
R=35.80%
G=38.52%
B=25.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551700.0700.33072.7110083.33
HexEDFFAA70210496453
Octal35537725270410111144123
Binary11101101111111111010101011101000010100100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFAA; }

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

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

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

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

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

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

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

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