Html Css Color HEX #EDF1A4 Australian Mint

📋 copy color: '#EDF1A4'

red 237 ◦ green 241 ◦ blue 164

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

Shades of Australian Mint #EDF1A4

Tints of Australian Mint #EDF1A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 25.55%

R = 36.92%
G = 37.54%
B = 25.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#EDF1A4 (or 0xEDF1A4) is known color: Australian Mint. HEX triplet: ED, F1 and A4. RGB value is (237,241,164). Sum of RGB (Red+Green+Blue) = 237+241+164=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 164 (64.45% from 255 or 25.55% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF1A4 is #120E5B. Grayscale: #E7E7E7. Windows color (decimal): -1183324 or 10809837. OLE color: 10809837.

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

Color convert

RGB 237 241 164 -
CMYK 0.02 0 0.32 0.05
HSL 63.12º 0.73% 0.79% -
HSV(B) 63.12º 0.32% 0.95% -
XYZ 73.08 83.6 47.41 -
YUV 231.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 237 241 164 0.02 0 0.32 0.05 63.12 0.73 0.79
Hex ED F1 A4 2 0 20 5 3F 49 4F
Octal 355 361 244 2 0 40 5 77 111 117
Binary 11101101 11110001 10100100 10 0 100000 101 111111 1001001 1001111

Color Harmonies of #EDF1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1A4

Black with #EDF1A4

Text Example


Text Example

White with #EDF1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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