Html Css Color HEX #ECF2AD Australian Mint

📋 copy color: '#ECF2AD'

red 236 ◦ green 242 ◦ blue 173

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

Shades of Australian Mint #ECF2AD

Tints of Australian Mint #ECF2AD

RGB

 RED value IS 236 (92.58% from 255) = 36.25%

 GREEN value IS 242 (94.92% from 255) = 37.17%

 BLUE value IS 173 (67.97% from 255) = 26.57%

R = 36.25%
G = 37.17%
B = 26.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#ECF2AD (or 0xECF2AD) is known color: Australian Mint. HEX triplet: EC, F2 and AD. RGB value is (236,242,173). Sum of RGB (Red+Green+Blue) = 236+242+173=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 173 (67.97% from 255 or 26.57% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF2AD is #130D52. Grayscale: #E8E8E8. Windows color (decimal): -1248595 or 11399916. OLE color: 11399916.

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

Color convert

RGB 236 242 173 -
CMYK 0.02 0 0.29 0.05
HSL 65.22º 0.73% 0.81% -
HSV(B) 65.22º 0.29% 0.95% -
XYZ 73.89 84.35 51.92 -
YUV 232.34 94.51 130.61 -
System Red Green Blue C M Y K H S L
Decimal 236 242 173 0.02 0 0.29 0.05 65.22 0.73 0.81
Hex EC F2 AD 2 0 1D 5 41 49 51
Octal 354 362 255 2 0 35 5 101 111 121
Binary 11101100 11110010 10101101 10 0 11101 101 1000001 1001001 1010001

Color Harmonies of #ECF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF2AD

Black with #ECF2AD

Text Example


Text Example

White with #ECF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF2AD; }

 p { color: rgb(236,242,173); }

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

background-color css

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

 a { background-color: rgb(236,242,173); }

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

border-color css

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

 span { border-color: rgb(236,242,173); }

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