Html Css Color HEX #EDF9B0 Australian Mint

📋 copy color: '#EDF9B0'

red 237 ◦ green 249 ◦ blue 176

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

Shades of Australian Mint #EDF9B0

Tints of Australian Mint #EDF9B0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.61%

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

R = 35.8%
G = 37.61%
B = 26.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#EDF9B0 (or 0xEDF9B0) is known color: Australian Mint. HEX triplet: ED, F9 and B0. RGB value is (237,249,176). Sum of RGB (Red+Green+Blue) = 237+249+176=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 176 (69.14% from 255 or 26.59% from 662); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF9B0 is #12064F. Grayscale: #EDEDED. Windows color (decimal): -1181264 or 11598317. OLE color: 11598317.

HSL color Cylindrical-coordinate representation of color #EDF9B0: hue angle of 69.86º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDF9B0 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 176 -
CMYK 0.05 0 0.29 0.02
HSL 69.86º 0.86% 0.83% -
HSV(B) 69.86º 0.29% 0.98% -
XYZ 76.64 88.89 54.19 -
YUV 237.09 93.52 127.94 -
System Red Green Blue C M Y K H S L
Decimal 237 249 176 0.05 0 0.29 0.02 69.86 0.86 0.83
Hex ED F9 B0 5 0 1D 2 46 56 53
Octal 355 371 260 5 0 35 2 106 126 123
Binary 11101101 11111001 10110000 101 0 11101 10 1000110 1010110 1010011

Color Harmonies of #EDF9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9B0

Black with #EDF9B0

Text Example


Text Example

White with #EDF9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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