Html Css Color HEX #EDFFA1 Australian Mint

📋 copy color: '#EDFFA1'

red 237 ◦ green 255 ◦ blue 161

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

Shades of Australian Mint #EDFFA1

Tints of Australian Mint #EDFFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 24.66%

R = 36.29%
G = 39.05%
B = 24.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#EDFFA1 (or 0xEDFFA1) is known color: Australian Mint. HEX triplet: ED, FF and A1. RGB value is (237,255,161). Sum of RGB (Red+Green+Blue) = 237+255+161=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 161 (63.28% from 255 or 24.66% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFFA1 is #12005E. Grayscale: #EFEFEF. Windows color (decimal): -1179743 or 10616813. OLE color: 10616813.

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

Color convert

RGB 237 255 161 -
CMYK 0.07 0 0.37 0
HSL 71.49º 1% 0.82% -
HSV(B) 71.49º 0.37% 1% -
XYZ 77.12 92.1 47.43 -
YUV 238.9 84.04 126.64 -
System Red Green Blue C M Y K H S L
Decimal 237 255 161 0.07 0 0.37 0 71.49 1 0.82
Hex ED FF A1 7 0 25 0 47 64 52
Octal 355 377 241 7 0 45 0 107 144 122
Binary 11101101 11111111 10100001 111 0 100101 0 1000111 1100100 1010010

Color Harmonies of #EDFFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFFA1

Black with #EDFFA1

Text Example


Text Example

White with #EDFFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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