Html Css Color HEX #ECFCA0 Australian Mint

📋 copy color: '#ECFCA0'

red 236 ◦ green 252 ◦ blue 160

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

Shades of Australian Mint #ECFCA0

Tints of Australian Mint #ECFCA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 24.69%

R = 36.42%
G = 38.89%
B = 24.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#ECFCA0 (or 0xECFCA0) is known color: Australian Mint. HEX triplet: EC, FC and A0. RGB value is (236,252,160). Sum of RGB (Red+Green+Blue) = 236+252+160=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 160 (62.89% from 255 or 24.69% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFCA0 is #13035F. Grayscale: #EDEDED. Windows color (decimal): -1246048 or 10550508. OLE color: 10550508.

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

Color convert

RGB 236 252 160 -
CMYK 0.06 0 0.37 0.01
HSL 70.43º 0.94% 0.81% -
HSV(B) 70.43º 0.37% 0.99% -
XYZ 75.75 89.99 46.64 -
YUV 236.73 84.7 127.48 -
System Red Green Blue C M Y K H S L
Decimal 236 252 160 0.06 0 0.37 0.01 70.43 0.94 0.81
Hex EC FC A0 6 0 25 1 46 5E 51
Octal 354 374 240 6 0 45 1 106 136 121
Binary 11101100 11111100 10100000 110 0 100101 1 1000110 1011110 1010001

Color Harmonies of #ECFCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFCA0

Black with #ECFCA0

Text Example


Text Example

White with #ECFCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFCA0; }

 p { color: rgb(236,252,160); }

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

background-color css

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

 a { background-color: rgb(236,252,160); }

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

border-color css

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

 span { border-color: rgb(236,252,160); }

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