Html Css Color HEX #EDF1AC Australian Mint

📋 copy color: '#EDF1AC'

red 237 ◦ green 241 ◦ blue 172

#EDF1AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Australian Mint #EDF1AC

Tints of Australian Mint #EDF1AC

RGB

 RED value IS 237 (92.97% from 255) = 36.46%

 GREEN value IS 241 (94.53% from 255) = 37.08%

 BLUE value IS 172 (67.58% from 255) = 26.46%

R = 36.46%
G = 37.08%
B = 26.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#EDF1AC (or 0xEDF1AC) is known color: Australian Mint. HEX triplet: ED, F1 and AC. RGB value is (237,241,172). Sum of RGB (Red+Green+Blue) = 237+241+172=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 172 (67.58% from 255 or 26.46% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF1AC is #120E53. Grayscale: #E8E8E8. Windows color (decimal): -1183316 or 11334125. OLE color: 11334125.

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

Color convert

RGB 237 241 172 -
CMYK 0.02 0 0.29 0.05
HSL 63.48º 0.71% 0.81% -
HSV(B) 63.48º 0.29% 0.95% -
XYZ 73.83 83.89 51.33 -
YUV 231.94 94.17 131.61 -
System Red Green Blue C M Y K H S L
Decimal 237 241 172 0.02 0 0.29 0.05 63.48 0.71 0.81
Hex ED F1 AC 2 0 1D 5 3F 47 51
Octal 355 361 254 2 0 35 5 77 107 121
Binary 11101101 11110001 10101100 10 0 11101 101 111111 1000111 1010001

Color Harmonies of #EDF1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1AC

Black with #EDF1AC

Text Example


Text Example

White with #EDF1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1AC; }

 p { color: rgb(237,241,172); }

 H1.HeaderClassName
 {
   color: #EDF1AC;
 }
 .AnyTagClassName
 {
   color: #EDF1AC;
 }
</style>

background-color css

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

 a { background-color: rgb(237,241,172); }

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

border-color css

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

 span { border-color: rgb(237,241,172); }

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