Html Css Color HEX #EDF5AC Australian Mint

📋 copy color: '#EDF5AC'

red 237 ◦ green 245 ◦ blue 172

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

Shades of Australian Mint #EDF5AC

Tints of Australian Mint #EDF5AC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.46%

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

R = 36.24%
G = 37.46%
B = 26.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#EDF5AC (or 0xEDF5AC) is known color: Australian Mint. HEX triplet: ED, F5 and AC. RGB value is (237,245,172). Sum of RGB (Red+Green+Blue) = 237+245+172=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 172 (67.58% from 255 or 26.30% from 654); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF5AC is #120A53. Grayscale: #EAEAEA. Windows color (decimal): -1182292 or 11335149. OLE color: 11335149.

HSL color Cylindrical-coordinate representation of color #EDF5AC: hue angle of 66.58º degrees, saturation: 0.78, 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 #EDF5AC is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 172 -
CMYK 0.03 0 0.30 0.04
HSL 66.58º 0.78% 0.82% -
HSV(B) 66.58º 0.3% 0.96% -
XYZ 75.02 86.29 51.73 -
YUV 234.29 92.85 129.94 -
System Red Green Blue C M Y K H S L
Decimal 237 245 172 0.03 0 0.30 0.04 66.58 0.78 0.82
Hex ED F5 AC 3 0 1E 4 43 4E 52
Octal 355 365 254 3 0 36 4 103 116 122
Binary 11101101 11110101 10101100 11 0 11110 100 1000011 1001110 1010010

Color Harmonies of #EDF5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF5AC

Black with #EDF5AC

Text Example


Text Example

White with #EDF5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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