Html Css Color HEX #EDFBA0 Australian Mint

📋 copy color: '#EDFBA0'

red 237 ◦ green 251 ◦ blue 160

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

Shades of Australian Mint #EDFBA0

Tints of Australian Mint #EDFBA0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.73%

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

R = 36.57%
G = 38.73%
B = 24.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#EDFBA0 (or 0xEDFBA0) is known color: Australian Mint. HEX triplet: ED, FB and A0. RGB value is (237,251,160). Sum of RGB (Red+Green+Blue) = 237+251+160=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 160 (62.89% from 255 or 24.69% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFBA0 is #12045F. Grayscale: #ECECEC. Windows color (decimal): -1180768 or 10550253. OLE color: 10550253.

HSL color Cylindrical-coordinate representation of color #EDFBA0: hue angle of 69.23º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDFBA0 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 251 160 -
CMYK 0.06 0 0.36 0.02
HSL 69.23º 0.92% 0.81% -
HSV(B) 69.23º 0.36% 0.98% -
XYZ 75.77 89.54 46.55 -
YUV 236.44 84.86 128.4 -
System Red Green Blue C M Y K H S L
Decimal 237 251 160 0.06 0 0.36 0.02 69.23 0.92 0.81
Hex ED FB A0 6 0 24 2 45 5C 51
Octal 355 373 240 6 0 44 2 105 134 121
Binary 11101101 11111011 10100000 110 0 100100 10 1000101 1011100 1010001

Color Harmonies of #EDFBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBA0

Black with #EDFBA0

Text Example


Text Example

White with #EDFBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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