Html Css Color HEX #EDF9AE Australian Mint

📋 copy color: '#EDF9AE'

red 237 ◦ green 249 ◦ blue 174

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

Shades of Australian Mint #EDF9AE

Tints of Australian Mint #EDF9AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 26.36%

R = 35.91%
G = 37.73%
B = 26.36%

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

#EDF9AE (or 0xEDF9AE) is known color: Australian Mint. HEX triplet: ED, F9 and AE. RGB value is (237,249,174). Sum of RGB (Red+Green+Blue) = 237+249+174=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 174 (68.36% from 255 or 26.36% from 660); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF9AE is #120651. Grayscale: #EDEDED. Windows color (decimal): -1181266 or 11467245. OLE color: 11467245.

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

Color convert

RGB 237 249 174 -
CMYK 0.05 0 0.30 0.02
HSL 69.6º 0.86% 0.83% -
HSV(B) 69.6º 0.3% 0.98% -
XYZ 76.44 88.81 53.16 -
YUV 236.86 92.52 128.1 -
System Red Green Blue C M Y K H S L
Decimal 237 249 174 0.05 0 0.30 0.02 69.6 0.86 0.83
Hex ED F9 AE 5 0 1E 2 46 56 53
Octal 355 371 256 5 0 36 2 106 126 123
Binary 11101101 11111001 10101110 101 0 11110 10 1000110 1010110 1010011

Color Harmonies of #EDF9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9AE

Black with #EDF9AE

Text Example


Text Example

White with #EDF9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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