Html Css Color HEX #EDFAB0 Australian Mint

📋 copy color: '#EDFAB0'

red 237 ◦ green 250 ◦ blue 176

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

Shades of Australian Mint #EDFAB0

Tints of Australian Mint #EDFAB0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.71%

 BLUE value IS 176 (69.14% from 255) = 26.55%

R = 35.75%
G = 37.71%
B = 26.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#EDFAB0 (or 0xEDFAB0) is known color: Australian Mint. HEX triplet: ED, FA and B0. RGB value is (237,250,176). Sum of RGB (Red+Green+Blue) = 237+250+176=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 176 (69.14% from 255 or 26.55% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAB0 is #12054F. Grayscale: #EDEDED. Windows color (decimal): -1181008 or 11598573. OLE color: 11598573.

HSL color Cylindrical-coordinate representation of color #EDFAB0: hue angle of 70.54º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDFAB0 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 250 176 -
CMYK 0.05 0 0.30 0.02
HSL 70.54º 0.88% 0.84% -
HSV(B) 70.54º 0.3% 0.98% -
XYZ 76.95 89.51 54.3 -
YUV 237.68 93.19 127.52 -
System Red Green Blue C M Y K H S L
Decimal 237 250 176 0.05 0 0.30 0.02 70.54 0.88 0.84
Hex ED FA B0 5 0 1E 2 47 58 54
Octal 355 372 260 5 0 36 2 107 130 124
Binary 11101101 11111010 10110000 101 0 11110 10 1000111 1011000 1010100

Color Harmonies of #EDFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAB0

Black with #EDFAB0

Text Example


Text Example

White with #EDFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAB0; }

 p { color: rgb(237,250,176); }

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

background-color css

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

 a { background-color: rgb(237,250,176); }

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

border-color css

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

 span { border-color: rgb(237,250,176); }

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