Html Css Color HEX #EDF6AF Australian Mint

📋 copy color: '#EDF6AF'

red 237 ◦ green 246 ◦ blue 175

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

Shades of Australian Mint #EDF6AF

Tints of Australian Mint #EDF6AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.6%

R = 36.02%
G = 37.39%
B = 26.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#EDF6AF (or 0xEDF6AF) is known color: Australian Mint. HEX triplet: ED, F6 and AF. RGB value is (237,246,175). Sum of RGB (Red+Green+Blue) = 237+246+175=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 246 (96.48% from 255 or 37.39% from 658); Blue value is 175 (68.75% from 255 or 26.60% from 658); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF6AF is #120950. Grayscale: #EBEBEB. Windows color (decimal): -1182033 or 11532013. OLE color: 11532013.

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

Color convert

RGB 237 246 175 -
CMYK 0.04 0 0.29 0.04
HSL 67.61º 0.8% 0.83% -
HSV(B) 67.61º 0.29% 0.96% -
XYZ 75.62 87.01 53.37 -
YUV 235.22 94.02 129.27 -
System Red Green Blue C M Y K H S L
Decimal 237 246 175 0.04 0 0.29 0.04 67.61 0.8 0.83
Hex ED F6 AF 4 0 1D 4 44 50 53
Octal 355 366 257 4 0 35 4 104 120 123
Binary 11101101 11110110 10101111 100 0 11101 100 1000100 1010000 1010011

Color Harmonies of #EDF6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF6AF

Black with #EDF6AF

Text Example


Text Example

White with #EDF6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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