Html Css Color HEX #EDFAAC Australian Mint

📋 copy color: '#EDFAAC'

red 237 ◦ green 250 ◦ blue 172

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

Shades of Australian Mint #EDFAAC

Tints of Australian Mint #EDFAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 26.1%

R = 35.96%
G = 37.94%
B = 26.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#EDFAAC (or 0xEDFAAC) is known color: Australian Mint. HEX triplet: ED, FA and AC. RGB value is (237,250,172). Sum of RGB (Red+Green+Blue) = 237+250+172=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 172 (67.58% from 255 or 26.10% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAAC is #120553. Grayscale: #EDEDED. Windows color (decimal): -1181012 or 11336429. OLE color: 11336429.

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

Color convert

RGB 237 250 172 -
CMYK 0.05 0 0.31 0.02
HSL 70º 0.89% 0.83% -
HSV(B) 70º 0.31% 0.98% -
XYZ 76.56 89.35 52.24 -
YUV 237.22 91.19 127.84 -
System Red Green Blue C M Y K H S L
Decimal 237 250 172 0.05 0 0.31 0.02 70 0.89 0.83
Hex ED FA AC 5 0 1F 2 46 59 53
Octal 355 372 254 5 0 37 2 106 131 123
Binary 11101101 11111010 10101100 101 0 11111 10 1000110 1011001 1010011

Color Harmonies of #EDFAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAAC

Black with #EDFAAC

Text Example


Text Example

White with #EDFAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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