Html Css Color HEX #EDFCAC Australian Mint

📋 copy color: '#EDFCAC'

red 237 ◦ green 252 ◦ blue 172

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

Shades of Australian Mint #EDFCAC

Tints of Australian Mint #EDFCAC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.12%

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

R = 35.85%
G = 38.12%
B = 26.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#EDFCAC (or 0xEDFCAC) is known color: Australian Mint. HEX triplet: ED, FC and AC. RGB value is (237,252,172). Sum of RGB (Red+Green+Blue) = 237+252+172=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 172 (67.58% from 255 or 26.02% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFCAC is #120353. Grayscale: #EEEEEE. Windows color (decimal): -1180500 or 11336941. OLE color: 11336941.

HSL color Cylindrical-coordinate representation of color #EDFCAC: hue angle of 71.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDFCAC is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 172 -
CMYK 0.06 0 0.32 0.01
HSL 71.25º 0.93% 0.83% -
HSV(B) 71.25º 0.32% 0.99% -
XYZ 77.18 90.6 52.45 -
YUV 238.4 90.53 127 -
System Red Green Blue C M Y K H S L
Decimal 237 252 172 0.06 0 0.32 0.01 71.25 0.93 0.83
Hex ED FC AC 6 0 20 1 47 5D 53
Octal 355 374 254 6 0 40 1 107 135 123
Binary 11101101 11111100 10101100 110 0 100000 1 1000111 1011101 1010011

Color Harmonies of #EDFCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCAC

Black with #EDFCAC

Text Example


Text Example

White with #EDFCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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