Html Css Color HEX #EDFEA0 Australian Mint

📋 copy color: '#EDFEA0'

red 237 ◦ green 254 ◦ blue 160

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

Shades of Australian Mint #EDFEA0

Tints of Australian Mint #EDFEA0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.02%

 BLUE value IS 160 (62.89% from 255) = 24.58%

R = 36.41%
G = 39.02%
B = 24.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#EDFEA0 (or 0xEDFEA0) is known color: Australian Mint. HEX triplet: ED, FE and A0. RGB value is (237,254,160). Sum of RGB (Red+Green+Blue) = 237+254+160=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 160 (62.89% from 255 or 24.58% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFEA0 is #12015F. Grayscale: #EEEEEE. Windows color (decimal): -1180000 or 10551021. OLE color: 10551021.

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

Color convert

RGB 237 254 160 -
CMYK 0.07 0 0.37 0.00
HSL 70.85º 0.98% 0.81% -
HSV(B) 70.85º 0.37% 1% -
XYZ 76.71 91.43 46.86 -
YUV 238.2 83.87 127.14 -
System Red Green Blue C M Y K H S L
Decimal 237 254 160 0.07 0 0.37 0.00 70.85 0.98 0.81
Hex ED FE A0 7 0 25 0 47 62 51
Octal 355 376 240 7 0 45 0 107 142 121
Binary 11101101 11111110 10100000 111 0 100101 0 1000111 1100010 1010001

Color Harmonies of #EDFEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFEA0

Black with #EDFEA0

Text Example


Text Example

White with #EDFEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFEA0; }

 p { color: rgb(237,254,160); }

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

background-color css

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

 a { background-color: rgb(237,254,160); }

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

border-color css

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

 span { border-color: rgb(237,254,160); }

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