Html Css Color HEX #ECFFA0 Australian Mint

📋 copy color: '#ECFFA0'

red 236 ◦ green 255 ◦ blue 160

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

Shades of Australian Mint #ECFFA0

Tints of Australian Mint #ECFFA0

RGB

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

 GREEN value IS 255 (100% from 255) = 39.17%

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

R = 36.25%
G = 39.17%
B = 24.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#ECFFA0 (or 0xECFFA0) is known color: Australian Mint. HEX triplet: EC, FF and A0. RGB value is (236,255,160). Sum of RGB (Red+Green+Blue) = 236+255+160=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 160 (62.89% from 255 or 24.58% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFFA0 is #13005F. Grayscale: #EEEEEE. Windows color (decimal): -1245280 or 10551276. OLE color: 10551276.

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

Color convert

RGB 236 255 160 -
CMYK 0.07 0 0.37 0
HSL 72º 1% 0.81% -
HSV(B) 72º 0.37% 1% -
XYZ 76.7 91.89 46.95 -
YUV 238.49 83.71 126.22 -
System Red Green Blue C M Y K H S L
Decimal 236 255 160 0.07 0 0.37 0 72 1 0.81
Hex EC FF A0 7 0 25 0 48 64 51
Octal 354 377 240 7 0 45 0 110 144 121
Binary 11101100 11111111 10100000 111 0 100101 0 1001000 1100100 1010001

Color Harmonies of #ECFFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFFA0

Black with #ECFFA0

Text Example


Text Example

White with #ECFFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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