Html Css Color HEX #EDF7AC Australian Mint

📋 copy color: '#EDF7AC'

red 237 ◦ green 247 ◦ blue 172

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

Shades of Australian Mint #EDF7AC

Tints of Australian Mint #EDF7AC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.65%

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

R = 36.13%
G = 37.65%
B = 26.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#EDF7AC (or 0xEDF7AC) is known color: Australian Mint. HEX triplet: ED, F7 and AC. RGB value is (237,247,172). Sum of RGB (Red+Green+Blue) = 237+247+172=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 172 (67.58% from 255 or 26.22% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF7AC is #120853. Grayscale: #EBEBEB. Windows color (decimal): -1181780 or 11335661. OLE color: 11335661.

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

Color convert

RGB 237 247 172 -
CMYK 0.04 0 0.30 0.03
HSL 68º 0.82% 0.82% -
HSV(B) 68º 0.3% 0.97% -
XYZ 75.63 87.5 51.93 -
YUV 235.46 92.19 129.1 -
System Red Green Blue C M Y K H S L
Decimal 237 247 172 0.04 0 0.30 0.03 68 0.82 0.82
Hex ED F7 AC 4 0 1E 3 44 52 52
Octal 355 367 254 4 0 36 3 104 122 122
Binary 11101101 11110111 10101100 100 0 11110 11 1000100 1010010 1010010

Color Harmonies of #EDF7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF7AC

Black with #EDF7AC

Text Example


Text Example

White with #EDF7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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