#EDFDAA

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

Shades of Australian Mint #EDFDAA

Tints of Australian Mint #EDFDAA

Color information

#EDFDAA (or 0xEDFDAA) is unknown color: approx Australian Mint. HEX triplet: ED, FD and AA. RGB value is (237,253,170). Sum of RGB (Red+Green+Blue) = 237+253+170=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 170 (66.80% from 255 or 25.76% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFDAA is #120255. Grayscale: #EFEFEF. Windows color (decimal): -1180246 or 11206125. OLE color: 11206125.

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

Color convert

RGB237253170-
CMYK0.0600.330.01
HSL71.57º95.4%82.94%-
HSV(B)71.57º32.81%99.22%-
XYZ77.3191.1651.55-
YUV238.7589.2126.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 253 (99.22% from 255) = 38.33%
BLUE value IS 170 (66.80% from 255) = 25.76%
R=35.91%
G=38.33%
B=25.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531700.0600.330.0171.5795.482.94
HexEDFDAA60211485f53
Octal35537525260411110137123
Binary11101101111111011010101011001000011100100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDAA; }

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

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

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

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

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

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

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

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