Html Css Color HEX #EDFFA6 Australian Mint

📋 copy color: '#EDFFA6'

red 237 ◦ green 255 ◦ blue 166

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

Shades of Australian Mint #EDFFA6

Tints of Australian Mint #EDFFA6

RGB

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

 GREEN value IS 255 (100% from 255) = 38.75%

 BLUE value IS 166 (65.23% from 255) = 25.23%

R = 36.02%
G = 38.75%
B = 25.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#EDFFA6 (or 0xEDFFA6) is known color: Australian Mint. HEX triplet: ED, FF and A6. RGB value is (237,255,166). Sum of RGB (Red+Green+Blue) = 237+255+166=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 166 (65.23% from 255 or 25.23% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFFA6 is #120059. Grayscale: #EFEFEF. Windows color (decimal): -1179738 or 10944493. OLE color: 10944493.

HSL color Cylindrical-coordinate representation of color #EDFFA6: hue angle of 72.13º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDFFA6 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 237 255 166 -
CMYK 0.07 0 0.35 0
HSL 72.13º 1% 0.83% -
HSV(B) 72.13º 0.35% 1% -
XYZ 77.57 92.28 49.8 -
YUV 239.47 86.54 126.24 -
System Red Green Blue C M Y K H S L
Decimal 237 255 166 0.07 0 0.35 0 72.13 1 0.83
Hex ED FF A6 7 0 23 0 48 64 53
Octal 355 377 246 7 0 43 0 110 144 123
Binary 11101101 11111111 10100110 111 0 100011 0 1001000 1100100 1010011

Color Harmonies of #EDFFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFFA6

Black with #EDFFA6

Text Example


Text Example

White with #EDFFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFFA6; }

 p { color: rgb(237,255,166); }

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

background-color css

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

 a { background-color: rgb(237,255,166); }

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

border-color css

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

 span { border-color: rgb(237,255,166); }

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