Html Css Color HEX #EDF1A9 Australian Mint

📋 copy color: '#EDF1A9'

red 237 ◦ green 241 ◦ blue 169

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

Shades of Australian Mint #EDF1A9

Tints of Australian Mint #EDF1A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 26.12%

R = 36.63%
G = 37.25%
B = 26.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#EDF1A9 (or 0xEDF1A9) is known color: Australian Mint. HEX triplet: ED, F1 and A9. RGB value is (237,241,169). Sum of RGB (Red+Green+Blue) = 237+241+169=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 169 (66.41% from 255 or 26.12% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF1A9 is #120E56. Grayscale: #E7E7E7. Windows color (decimal): -1183319 or 11137517. OLE color: 11137517.

HSL color Cylindrical-coordinate representation of color #EDF1A9: hue angle of 63.33º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDF1A9 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 169 -
CMYK 0.02 0 0.30 0.05
HSL 63.33º 0.72% 0.8% -
HSV(B) 63.33º 0.3% 0.95% -
XYZ 73.54 83.78 49.83 -
YUV 231.6 92.67 131.85 -
System Red Green Blue C M Y K H S L
Decimal 237 241 169 0.02 0 0.30 0.05 63.33 0.72 0.8
Hex ED F1 A9 2 0 1E 5 3F 48 50
Octal 355 361 251 2 0 36 5 77 110 120
Binary 11101101 11110001 10101001 10 0 11110 101 111111 1001000 1010000

Color Harmonies of #EDF1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1A9

Black with #EDF1A9

Text Example


Text Example

White with #EDF1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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