#EDF2A1

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

Shades of Australian Mint #EDF2A1

Tints of Australian Mint #EDF2A1

Color information

#EDF2A1 (or 0xEDF2A1) is unknown color: approx Australian Mint. HEX triplet: ED, F2 and A1. RGB value is (237,242,161). Sum of RGB (Red+Green+Blue) = 237+242+161=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 161 (63.28% from 255 or 25.16% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF2A1 is #120D5E. Grayscale: #E7E7E7. Windows color (decimal): -1183071 or 10613485. OLE color: 10613485.

HSL color Cylindrical-coordinate representation of color #EDF2A1: hue angle of 63.7º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDF2A1 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB237242161-
CMYK0.0200.330.05
HSL63.7º75.7%79.02%-
HSV(B)63.7º33.47%94.9%-
XYZ73.1184.0846.09-
YUV231.2788.34132.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 242 (94.92% from 255) = 37.81%
BLUE value IS 161 (63.28% from 255) = 25.16%
R=37.03%
G=37.81%
B=25.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372421610.0200.330.0563.775.779.02
HexEDF2A120215404c4f
Octal35536224120415100114117
Binary111011011111001010100001100100001101100000010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2A1; }

 p { color: rgb(237,242,161); }

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

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

 a { background-color: rgb(237,242,161); }

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

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

 span { border-color: rgb(237,242,161); }

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