#EDFAA2

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

Shades of Australian Mint #EDFAA2

Tints of Australian Mint #EDFAA2

Color information

#EDFAA2 (or 0xEDFAA2) is unknown color: approx Australian Mint. HEX triplet: ED, FA and A2. RGB value is (237,250,162). Sum of RGB (Red+Green+Blue) = 237+250+162=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 162 (63.67% from 255 or 24.96% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAA2 is #12055D. Grayscale: #ECECEC. Windows color (decimal): -1181022 or 10681069. OLE color: 10681069.

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

Color convert

RGB237250162-
CMYK0.0500.350.02
HSL68.86º89.8%80.78%-
HSV(B)68.86º35.2%98.04%-
XYZ75.6388.9847.37-
YUV236.0886.19128.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 162 (63.67% from 255) = 24.96%
R=36.52%
G=38.52%
B=24.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501620.0500.350.0268.8689.880.78
HexEDFAA250232455a51
Octal35537224250432105132121
Binary111011011111101010100010101010001110100010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAA2; }

 p { color: rgb(237,250,162); }

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

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

 a { background-color: rgb(237,250,162); }

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

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

 span { border-color: rgb(237,250,162); }

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