Html Css Color HEX #EDF6AC Australian Mint

📋 copy color: '#EDF6AC'

red 237 ◦ green 246 ◦ blue 172

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

Shades of Australian Mint #EDF6AC

Tints of Australian Mint #EDF6AC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.56%

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

R = 36.18%
G = 37.56%
B = 26.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#EDF6AC (or 0xEDF6AC) is known color: Australian Mint. HEX triplet: ED, F6 and AC. RGB value is (237,246,172). Sum of RGB (Red+Green+Blue) = 237+246+172=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 172 (67.58% from 255 or 26.26% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF6AC is #120953. Grayscale: #EBEBEB. Windows color (decimal): -1182036 or 11335405. OLE color: 11335405.

HSL color Cylindrical-coordinate representation of color #EDF6AC: hue angle of 67.3º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDF6AC is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 172 -
CMYK 0.04 0 0.30 0.04
HSL 67.3º 0.8% 0.82% -
HSV(B) 67.3º 0.3% 0.96% -
XYZ 75.33 86.89 51.83 -
YUV 234.87 92.52 129.52 -
System Red Green Blue C M Y K H S L
Decimal 237 246 172 0.04 0 0.30 0.04 67.3 0.8 0.82
Hex ED F6 AC 4 0 1E 4 43 50 52
Octal 355 366 254 4 0 36 4 103 120 122
Binary 11101101 11110110 10101100 100 0 11110 100 1000011 1010000 1010010

Color Harmonies of #EDF6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF6AC

Black with #EDF6AC

Text Example


Text Example

White with #EDF6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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