Html Css Color HEX #EDFDA0 Australian Mint

📋 copy color: '#EDFDA0'

red 237 ◦ green 253 ◦ blue 160

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

Shades of Australian Mint #EDFDA0

Tints of Australian Mint #EDFDA0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.92%

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

R = 36.46%
G = 38.92%
B = 24.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#EDFDA0 (or 0xEDFDA0) is known color: Australian Mint. HEX triplet: ED, FD and A0. RGB value is (237,253,160). Sum of RGB (Red+Green+Blue) = 237+253+160=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 160 (62.89% from 255 or 24.62% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFDA0 is #12025F. Grayscale: #EDEDED. Windows color (decimal): -1180256 or 10550765. OLE color: 10550765.

HSL color Cylindrical-coordinate representation of color #EDFDA0: hue angle of 70.32º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDFDA0 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 253 160 -
CMYK 0.06 0 0.37 0.01
HSL 70.32º 0.96% 0.81% -
HSV(B) 70.32º 0.37% 0.99% -
XYZ 76.4 90.79 46.76 -
YUV 237.61 84.2 127.56 -
System Red Green Blue C M Y K H S L
Decimal 237 253 160 0.06 0 0.37 0.01 70.32 0.96 0.81
Hex ED FD A0 6 0 25 1 46 60 51
Octal 355 375 240 6 0 45 1 106 140 121
Binary 11101101 11111101 10100000 110 0 100101 1 1000110 1100000 1010001

Color Harmonies of #EDFDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDA0

Black with #EDFDA0

Text Example


Text Example

White with #EDFDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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