Html Css Color HEX #EDF6A3 Australian Mint

📋 copy color: '#EDF6A3'

red 237 ◦ green 246 ◦ blue 163

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

Shades of Australian Mint #EDF6A3

Tints of Australian Mint #EDF6A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 25.23%

R = 36.69%
G = 38.08%
B = 25.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#EDF6A3 (or 0xEDF6A3) is known color: Australian Mint. HEX triplet: ED, F6 and A3. RGB value is (237,246,163). Sum of RGB (Red+Green+Blue) = 237+246+163=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 246 (96.48% from 255 or 38.08% from 646); Blue value is 163 (64.06% from 255 or 25.23% from 646); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF6A3 is #12095C. Grayscale: #EAEAEA. Windows color (decimal): -1182045 or 10745581. OLE color: 10745581.

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

Color convert

RGB 237 246 163 -
CMYK 0.04 0 0.34 0.04
HSL 66.51º 0.82% 0.8% -
HSV(B) 66.51º 0.34% 0.96% -
XYZ 74.49 86.56 47.43 -
YUV 233.85 88.02 130.25 -
System Red Green Blue C M Y K H S L
Decimal 237 246 163 0.04 0 0.34 0.04 66.51 0.82 0.8
Hex ED F6 A3 4 0 22 4 43 52 50
Octal 355 366 243 4 0 42 4 103 122 120
Binary 11101101 11110110 10100011 100 0 100010 100 1000011 1010010 1010000

Color Harmonies of #EDF6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF6A3

Black with #EDF6A3

Text Example


Text Example

White with #EDF6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF6A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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